Skip to content

Severnbli/queue_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queue_bot

Telegram bot for automatic queue creation and queueing

Fast start

To make this bot work you need:

  1. Create configs.py with your token in root directory. Example (in configs.py): token = "babibob"
  2. 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"

Have a nice day!

About

Telegram bot for automatic queue creation and queueing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages