Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 609 Bytes

File metadata and controls

32 lines (28 loc) · 609 Bytes

Telegram-bot assistant

Assistant is a Python-based bot for Telegram that helps track homework statuses at Yandex Practicum (editable).

Installation guide

  1. Clone the repository:
git clone <url>
  1. Create and activate virtual environment:
python -m venv <env_name>
source venv/Scripts/activate
  1. Install all requirements:
pip install -r requirements.txt
  1. Execute the homework.py file:
python homework.py

Knowledge

  • Basic Python==3.7
  • Basic skills with API and JSON
  • Lib: python-telegram-bot~=13.7
  • Lib: python-dotenv
  • Lib: requests
  • Optional: logging