A super simple daemon which polls the status endpoint of a graph-node and sends a Telegram message when there are changes detected:
- New Subgraph version is added
- Subgraph sync status changes eg sync false -> true
- ENDPOINT - graph-node status endpoint
- TG_TOKEN - Telegram bot token from the BotFather
- TG_CHAT - chat id to send messages to
- SLEEP - time to wait after a check
Daemon is auto-published to DockerHub.
docker pull kolyasapphire/subgraph-sync-notifier