https://github.com/manu0466/bookingbot
A simple Telegram bot to check the status of the classrooms of the UniPd's Mathematic Department.
https://github.com/manu0466/bookingbot
booking booking-system classroom telegram telegram-bot torre-archimede unipd unipd-mathematic-department
Last synced: 28 days ago
JSON representation
A simple Telegram bot to check the status of the classrooms of the UniPd's Mathematic Department.
- Host: GitHub
- URL: https://github.com/manu0466/bookingbot
- Owner: manu0466
- License: gpl-2.0
- Created: 2017-08-18T17:33:05.000Z (over 7 years ago)
- Default Branch: development
- Last Pushed: 2018-05-22T06:15:45.000Z (almost 7 years ago)
- Last Synced: 2025-03-22T07:23:57.682Z (about 1 month ago)
- Topics: booking, booking-system, classroom, telegram, telegram-bot, torre-archimede, unipd, unipd-mathematic-department
- Language: Python
- Size: 99.6 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Booking Bot
A simple Telegram bot to check the status of the classrooms of the UniPd's
Mathematic Department.## Installation
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.
## Usage
To start the bot simply run: `python main.py`
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## History
**Version 1.0.0**
* First release## Credits
Credit to Noam Meltzer for the [Python telegram library](https://github.com/python-telegram-bot/python-telegram-bot)
## License
This software is release under GNU General Public License, version 2.