Skip to content

postcanonical/telegram-restaurant-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot

  • Project for MIPT'17 database.
  • This is the telegram-bot, imitating restaurant service, where user can look at menu, reserve a table, make an order.
  • Telegram: @therestaurantbot (but it's unactive now because the bot isn't running on some server).
  • However, you can test it on your machine (but remember that this version is kinda alpha-version, so bot suffers from bugs).
  • It uses python3, and works with database via sqlite.

Bot parses the information from user and saves it to database. So all actions are provided with database queries.

With this bot, you can:

1. Look at the restaurant menu and make an order:

  • Choose meal category

  • Choose whether you are vegetarian

  • Look at delicious suggections from the restaurant with all information you needed!

  • And, of course, say us to what table we should deliver it

2. Book the table:

  • Choose preferred type of table

  • Write the data of booking

  • Choose from free tables the best one for you (we even suggest the cheepest and the biggest, if you are too lazy to look it up)

  • Congrats! You now have the table in the restaurant (lets assume that the restaurant will have the money from it somehow, eh)

3. Cancel your booking:

4. Change your booking:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%