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.txt
or$ pip3 install -r requirements.txt
- Create
config.py
TOKEN = 'YOUR_TOKEN_HERE'
- Run project
$ python Bot.py
or$ python3 Bot.py