AI & bots
AzatSubBot
Telegram subscription-sales bot
2026·520 lines
It sells subscriptions to ChatGPT Plus, Google AI Pro, SuperGrok, CapCut and Canva: a catalogue with plans, receipt intake, a user profile and a line to support.
What is inside
- An FSM state machine: waiting for a receipt, entering an email at purchase, and entering an email in the profile — three separate states that never bleed into each other
- Orders are written to a Google Sheet through a service account
- Logs and the user store live on the filesystem — no external database needed
Stack
Pythonaiogram 3Google Sheets APIFSM
Why there is no demo
The bot works inside Telegram. It has no web interface.