Telegram Bot
This bot sends the schedule in a telegram
Requirements
Python (3.10 or later)
Python packages
Start
- Clone repository
$ git clone https://github.com/github.com/D1gout/TGBot.git - Install packages
$ pip install -r requirements.txtor$ pip3 install -r requirements.txt - Create
config.pyTOKEN = 'YOUR_TOKEN_HERE' - Run project
$ python Bot.pyor$ python3 Bot.py