Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/modemobpsycho/aiogram3-tg-bot-store

A telegram bot for any type of store that sells any goods with delivery or pickup. Working with a database, a state machine, and more.
https://github.com/modemobpsycho/aiogram3-tg-bot-store

aiogram3 aiohttp asyncpg dotenv fsm pydantic sqlalchemy

Last synced: about 1 month ago
JSON representation

A telegram bot for any type of store that sells any goods with delivery or pickup. Working with a database, a state machine, and more.

Awesome Lists containing this project

README

        

Telegram Bot Store


A telegram bot for automating the operation of the pizzeria..


Explore the docs »




Report Bug
·
Request Feature


## About The Project

Telegram bot is designed to automate the operations of a pizza restaurant, providing a convenient way to order and pay for goods with delivery or pickup options. The bot is built with a database and state machine, enabling it to efficiently interact with users and process orders.

The functionality of the bot includes:

Menu and Products: The bot displays the complete menu of the pizza restaurant, including all available products, their descriptions, prices, and photos. Users can browse the menu and select items for their order.

Order Placement: Users can create orders by choosing desired products from the menu. The bot provides an interactive interface for selecting product options such as pizza size, crust thickness, toppings, and more. Users can also specify additional requirements for their order, such as preferred delivery time or special instructions.

Payment: The bot offers various payment methods, including online payments through payment gateways or cash payment upon delivery or pickup. Users can choose their preferred payment method and complete the order.

Delivery and Pickup: Users can provide a delivery address or select the option for self-pickup. The bot confirms the order details and informs the user about the status of the delivery or readiness for pickup.

Notifications: The bot sends notifications to users regarding order confirmation, order status updates, and other important messages related to their orders.

Feedback and Support: Users can reach out to the bot for assistance, ask questions, or leave feedback. The bot provides information about the restaurant's contact details and helps resolve issues or answer user queries.

## Used technologies

The technologies I used to build this web application can be seen in the repository tags and in the requirements.txt.

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

This is an example of how to identify things you need to use the software and how to install them.

- Change configuration config.py file
- pip

```
pip install -r requirements.txt
```

- python3 -m bot

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Contact

All information about how you can contact me is in my profile: Click!

Project Link: [https://github.com/modemobpsycho/aiogram3-tg-bot-store](https://github.com/modemobpsycho/aiogram3-tg-bot-store)

(back to top)