A service that notifies about your homework status in YandexPracticum using YandexPracticum.Homework API:
- polls the service API and checks the status of the submitted homework;
- sends notifications to your Telegram using Telegram bot in case of homework status update;
- logs its work and informs you about important problems with a message in Telegram.
Tech stack:
python-telegram-bot,
requests
Before running the main homework.py
script, create a .env
file and set the
secrete keys. Use the example_env
file as an example.