ATB supermarket chain discount product parser bot
A Telegram bot has been created for automatic monitoring and notifying users about discounts on products of interest from an e-commerce platform.
The bot provides the user with:
- browsing product categories with current discounts;
- the ability to add and remove selected product codes;
- subscription to automatic notifications about price drops on selected products;
- interaction through inline buttons, commands, and FSM.
Technology stack:
- Python, aiogram (v3)
- BeautifulSoup, requests - for parsing
- dotenv, json, os - for configuration and file handling
- APScheduler - for task scheduling
- asyncio, FSMContext - asynchronous logic and state management
#Telegram #parse #python
The bot provides the user with:
- browsing product categories with current discounts;
- the ability to add and remove selected product codes;
- subscription to automatic notifications about price drops on selected products;
- interaction through inline buttons, commands, and FSM.
Technology stack:
- Python, aiogram (v3)
- BeautifulSoup, requests - for parsing
- dotenv, json, os - for configuration and file handling
- APScheduler - for task scheduling
- asyncio, FSMContext - asynchronous logic and state management
#Telegram #parse #python