Skip to content

fergxs/Shop-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store-bot

This is an example of a Telegram shop-bot. It's a simple yet effective way to place an order without leaving your favorite messenger.

What can it do?

1. /start - needed to start the bot, as well as to choose the mode (user / admin).

2. /menu - go to the menu.

3. /sos - ask a question to the administrator.

Menu

The user menu looks like this:

User Menu

Catalog

The catalog consists of products, sorted by categories. The user has the ability to add items to the cart, and the admin has full rights to edit the catalog (add / delete).

Basket

The ordering process is as follows: the user goes to 🛍️ Catalog, moves to the desired category, selects products and presses the 🛒 Basket button.

Cart

Then, making sure everything is in place, proceeds to checkout by pressing 📦 Checkout.

Checkout

Add a product

To add a product, you need to choose a category and press the ➕ Add product button, then fill out the "name-description-picture-price" form and confirm.

Add product

Contacting the administration

To ask a question to the admin, it's enough to select the /sos command, there is a limit on the number of questions.

SOS

About

🛒 Telegram shop bot template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Dockerfile 0.4%