Assistant is a Python-based bot for Telegram that helps track homework statuses at Yandex Practicum (editable).
- Clone the repository:
git clone <url>
- Create and activate virtual environment:
python -m venv <env_name>
source venv/Scripts/activate
- Install all requirements:
pip install -r requirements.txt
- Execute the homework.py file:
python homework.py
- Basic Python==3.7
- Basic skills with API and JSON
- Lib: python-telegram-bot~=13.7
- Lib: python-dotenv
- Lib: requests
- Optional: logging