A simple telegram bot for handling university deadlines and exams written in python.
- Getting exams and homeworks from google sheets document
- Custom alerts for users
- Hidden words for filtering content
Get your telegram bot API from https://t.me/BotFather.
Create your google document sheet.
Example for homeworks
Example for Exams
Create config.ini file near project files.
The content of this file should be like this:
[bot]
API_KEY=AAAAAAAAAAAAA
SHEET_ID=AAAAAAAAAAA
ADMIN_IDS=11111111111111
Now you can start your bot with:
python3 bot.py