Cloudflare Worker + D1 Telegram monitor. Snapshot taken 6 Aug 2026, 23:27.
Download cron-hub.zip (46,254 bytes)unzip cron-hub.zip -d cron-hub cd cron-hub npm install npx wrangler login
None are in this archive. Bot token is re-retrievable from @BotFather; the other two are random strings you regenerate.
npx wrangler secret put TELEGRAM_BOT_TOKEN npx wrangler secret put TELEGRAM_CHAT_ID npx wrangler secret put TELEGRAM_WEBHOOK_SECRET npx wrangler secret put TRIGGER_SECRET npm run deploy
Finally open /?key=<TRIGGER_SECRET>&setup=1 once to re-register the Telegram webhook.
CLAUDE.md in the archive holds the full context: architecture decisions, invariants, and the constraints behind them.