Terror Zone Notifier
Terror Zones rotate every hour, and they're some of the best farming in the game — if you happen to be looking when the good one comes up. This is a small Azure Function (Python HTTP trigger) that's the seed of a proper notifier: ping an endpoint, get the data, and eventually get told “drop what you're doing, it's the right zone.”
- ✓Serverless HTTP endpoint on Azure Functions v4
- ✓Python, deploys with one command
- ✓Cheap to run, easy to fork and extend
Status: scaffold & endpoint live. The actual “notify me” brain is being built on stream — come heckle the bugs.