Online store in Telegram
ITShop Bot
Telegram bot on Aiogram, implementing a simple store with categories and products.
Capabilities
• User registration on first launch (/start).
• Main menu with navigation.
• Viewing the product catalog by categories.
• Selecting a category and viewing the list of products.
• Detailed information about each product (name, description, price).
• Buttons to return to the catalog and main menu.
Technologies
• Python 3.11+
• Aiogram — for working with Telegram API
• SQLite (or any DB) — for data storage
• Git — for version control
Telegram bot on Aiogram, implementing a simple store with categories and products.
Capabilities
• User registration on first launch (/start).
• Main menu with navigation.
• Viewing the product catalog by categories.
• Selecting a category and viewing the list of products.
• Detailed information about each product (name, description, price).
• Buttons to return to the catalog and main menu.
Technologies
• Python 3.11+
• Aiogram — for working with Telegram API
• SQLite (or any DB) — for data storage
• Git — for version control