Telegram Bot for checking lesson reviews on DevMan
For proper use you have to get DevMan account and get DevMan API Token.
Also you need to register Telegram Bot via @BotFather and receive TELEGRAM_TOKEN and TELEGRAM_CHAT_ID (use @userinfobot for that)
After that copy the file .env-example
to .env
and paste your info.
Python3 should be already installed.
It is strictly recommended that you use virtual environment for project isolation.
Then use pip
(or pip3
, if there is a conflict with Python2) to install dependencies:
pip install -r requirements.txt
It's also possible to deploy this Bot on Heroku: just create new app on Heroku and connect it with your GitHub repo after forking.
The code is written for educational purposes on online-course for web-developers dvmn.org.