The project check result of your work on Devman
The code: Check your result of your work on Devman
The project use:
dvmn.org API
Telegram API with module pyTelegramBotAPI
Python >=3.7 Create bot on telegram.org ang get API key Get Devman API key here
Create file '.env' and add the code
TOKEN_DVMN = your_devman_token
TOKEN_TLGRM = your_telegram_bot_token
Modules:
'requests 2.24.0'
'python-dotenv 0.14.0'
'pyTelegramBotAPI 3.7.2'
For installing the modules use command
pip install -r requirements.txt
Install requirements
Open and run 'main.py'
python main.py
You have to get Devman API key here .
The code was written for educational purpose on online course for Api developers Devman