Reusable bot
No due date
66% complete
For this to be a proper telegrambot, we must keep track of all chats the bot is added too, and keep track of the settings per chat, ideally configurable by inline buttons.
DOD:
- No environment variable for 1 chat_id
- Setup DB to keep track of:
- notification times per chat_id
- event filtering per chat_id
- Upon adding to a channel, the bot should be able to …
For this to be a proper telegrambot, we must keep track of all chats the bot is added too, and keep track of the settings per chat, ideally configurable by inline buttons.
DOD:
- No environment variable for 1 chat_id
- Setup DB to keep track of:
- notification times per chat_id
- event filtering per chat_id
- Upon adding to a channel, the bot should be able to be configured from within telegram, no code should be required by users