Telegram Bot

This bot sends the schedule in a telegram

Requirements

Python (3.10 or later)

Python packages

requirements.txt

Start

  1. Clone repository $ git clone https://github.com/github.com/D1gout/TGBot.git
  2. Install packages $ pip install -r requirements.txt or $ pip3 install -r requirements.txt
  3. Create config.py TOKEN = 'YOUR_TOKEN_HERE'
  4. Run project $ python Bot.py or $ python3 Bot.py

Testing

Python application