An open API service indexing awesome lists of open source software.

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.

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.