A simple Telegram bot to check the status of the classrooms of the UniPd's Mathematic Department.
First install all the python dependencies with this command:
pip insatll -r requirements.txt
.
Last step is to add your Telegram API token in the token.txt file.
To start the bot simply run: python main.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Version 1.0.0
- First release
Credit to Noam Meltzer for the Python telegram library
This software is release under GNU General Public License, version 2.