DaniilDonskoy/Shop-bot — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Telegram shop bot template for a small online store. I want regular users to be able to start the bot, open a menu, browse products by category, add items to a cart, review the cart, and place an order without leaving Telegram. I also want an admin mode where I can manage the catalog, especially adding and removing products, and when adding a product it should ask for the name, description, image, and price, then confirm it.
Please include the basic commands from the example, like start, menu, and sos. The sos flow should let users send a question to the admin, with some reasonable limit so it cannot be spammed. Make the whole thing feel clean and easy to use with Telegram buttons.
Set it up so I can put my bot token and admin IDs into an env file and run it locally right away. If something is unclear, look up current Telegram bot docs online and keep it close to a practical shop bot template.
Want more depth? Deep Reverse