Skip to content

Dimalright/homework_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

api sp1 bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors