2025-02-03 UTC
# xgpt I'm interested in setting up a simple application that regularly pulls in a json file, parses it for updates, and then shoots off a simple HTTP GET/POST request to ping ntfy.sh based on some states. What would be the best way to do this? I could probably do it all in Python?