Telegram bot for automatic queue creation and queueing
To make this bot work you need:
- Create configs.py with your token in root directory. Example (in configs.py): token = "babibob"
- Create database file with algorithm given in db_creation_script.txt. You need name db file as "database_queue_bot.sqlite" (or change it in db/root.py)
As db engine was selected SQlite. You can find script to make it in file db_creation_script.txt. You also need name your database file as "database_queue_bot.sqlite" or you may change this in db.root.
To make this bot work you need create configs.py with your token in root directory. Example (in configs.py): token = "babibob"