Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 581 Bytes

PizzaMenuBot

An example of a bot for a pizzeria.

  1. Client panel:
  • Location request

  • Sending location

  • Ability to find out the work schedule

  • Ability to view the pizzeria menu

  1. Admin panel:
  • add a position to the menu

  • delete a position in the menu

  1. Hidden panel:
  • own algorithm for searching for obscene words in the chat of guests

  • command /mod to switch from general chat to admin panel thanks to bot feedback

  • Own SQLite-based database (for pizzeria menu)

The bot works without errors. Functionality Admin, Panel Client is not finalized yet.Try it!