![]() |
UniTN Booking Bot
1.0
A Telegram Bot for booking appointments at UniTN
|
This documentation presents an extensive description of all the python functions defined in this project. Other resources include:
README.md, concerning the installation and run of the project on a local machine. info/api_reference.txt. info/cheatsheet.md. It also summarizes the database structure. report/alex_pegoraro_report.pdf, with a full description of the system architecture. The modules employed by this project and their locations are listed in the Files page of this documentation. Accessing them will allow you to inspect all the functions they declare. Such modules are imported in three main Python scripts:
create_db.py: This script is used to create the SQLite database from scratch. edit_db.py: With this file you can modify directly the database without the need to contact the Telegram API. bot_main.py: Main file that runs the Telegram Bot and exposes it through the internet. Have a look at README.md to know how to properly use them.
Alex Pegoraro
1.8.17