Are you tired of checking multiple e-commerce sites manually for price drops? This Python-based open-source tool monitors product prices in real-time across Amazon, eBay, Walmart, and Temu, and sends instant notifications via Telegram It also supports proxies, currency conversion, advanced filtering, and JSON export for easy data analysis.
Features
- Real-time price monitoring across multiple marketplaces
- GUI and CLI modes
- Telegram bot notifications
- Proxy support for reliable scraping
- Multi-platform search and advanced filters
- Export results to JSON
- Currency conversion to USD
- Open-source and easy to extend
How To Use
gui mode
python3 main.py
or with cli python3 main.py --query "laptop" --min-price 500 --max-price 1500 --interval 300 --proxy-file proxies.txt
- Clone the repository:
bash
git clone https://github.com/Patchloop/realtime-price-monitor
cd realtime-price-monitor
pip install -r requirements.txt
Top comments (0)