- 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:
- 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
- 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)