A simple telegram bot @demo_schedule_bot for schedule access deployed at Heroku. Development of the bot is still in progress so any ideas, suggestions and recommendations are welcome.
This bot works with Russian language but nevertheless it can be used as a baseline for those who wants to start working on telegram bot and then deploy it in the web.
To start interacting with the bot, go to the telegram and in search bar print demo_schedule_bot
.
Project is created with:
- pyTelegramBotAPI - Python framework for handling telegram bots
- Flask - Web application framework
- Alexey Topolnitskiy