Case study
Telegram bot for event notifications
Web application with a telegram bot for sending notifications about upcoming events taking into account user roles
01 Task
In the organization, reminders about events were drowned in general chats, no one read them, the information did not reach the right people, not everyone came to the events
02 Solution
Linked the Django backend with a telegram bot. Events and roles are created in the admin panel, the bot sends reminders only to the necessary groups and at a specified time before the start. Texts and schedules are edited by the content manager himself, without contacting the developer
03 Solved tasks
- Linked a Django backend with a telegram notification bot
- Implemented sending reminders by role to the necessary groups
- Set up sending reminders at a specified time before the event
- Placed events, roles and texts in the admin panel for the content manager
- Developed documentation
04 Result
Reminders stopped getting lost in general chats and reached recipients by role. Events are now managed not by the programmer, but by the customer himself through the admin panel