A command-line based price tracker built with Core Python.
This tool allows users to enter product URLs and automatically tracks price changes over time.
- Fetches real-time product prices from e-commerce sites.
- Tracks price history for better comparison.
- Sends email alerts when a price drops below a set threshold.
- CLI-based interface for simplicity and portability.
- Python (Core)
- Requests & BeautifulSoup β for web scraping
- SQLite / CSV β for storing price history
- smtplib β for email notifications
π Future Enhancements
Support for multiple e-commerce platforms.
WhatsApp alerts in addition to email.
GUI / Web-based dashboard for better user experience.