/BookingBot

A simple Telegram bot to check the status of the classrooms of the UniPd's Mathematic Department.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

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

License

This software is release under GNU General Public License, version 2.