MIREA schedule telegram bot Installing and running: git clone https://github.com/V4kodin/mirea-teacher-schedule-bot python -m venv env env/Scripts/Activate.ps1 pip install -r requirements.txt create config.py like: TOKEN = 'your token' start bot: python main.py