Skip to content

nasttolm/homework_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot

Yandex educational project. Python Developer course (backend).

Description

A Telegram-bot, which accesses the Yandex Practicum API and gets the status of homework. Then it sends status data and possible errors to the Telegram chat. A project to study logging and error processing. Logging is realised through the use of a logging module.

Running a project in dev mode

  • Install and activate the virtual environment
python -m venv venv
source venv/Scripts/activate
  • Install dependencies from requirements.txt file
pip install -r requirements.txt
  • Run the app
python homework.py

Authors

Anastasia Tolmacheva

About

api sp1 bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published