I will build a small Python notifier that reads one documented public JSON API and sends a Telegram message when one agreed numeric rule matches.
Good examples: a public price crossing a threshold, a public service metric reaching a limit, or a public status value that needs a notification.
Included:
• one documented public HTTPS JSON API
• one numeric value selected from the response
• one comparison rule such as above, below, or equal to a threshold
• one Telegram chat destination
• bot token and chat ID read from environment variables, never committed to code
• local dry-run mode using a synthetic sample response
• automated tests for the agreed rule and failure path
• setup and run instructions
• one correction pass against the agreed acceptance example
Before I accept the contract, please provide the public API documentation or URL, a synthetic sample JSON response, the JSON value to monitor, the exact trigger rule, and an example of the expected message. I will confirm that the API and scope fit this gig before accepting.
Not included: private or undocumented APIs, scraping, access-control bypass, trading or sniper bots, wallet access, payments, transaction signing, custody, admin panels, databases, AI chat, moderation, multi-user workflows, Telegram Mini Apps, production credentials sent in chat, hosting, 24/7 monitoring, uptime guarantees, ongoing maintenance, or more than one API, rule, or destination.
Acceptance: the agreed synthetic response produces the expected alert in dry-run mode; a non-matching response produces no alert; malformed or missing JSON values fail explicitly; included tests pass in a clean environment.
Public code and engineering style: https://github.com/direct41