A Python-based monitoring application that enables fashion enthusiasts to receive alerts about price drops from retailers.
- Web scraping and API integration for fetching product prices
- Automated price monitoring with scheduled checks
- Price drop alerts and notifications
- Docker containerization for efficient resource management
- Budget-friendly shopping tool
docker-compose up -dpip install -r requirements.txt
pip install -e .discountly add <product_url> --target <target_price>discountly listdiscountly checkdiscountly monitor --interval 60The application is containerized to manage scheduled price checks efficiently, reducing unnecessary API and cloud usage.
docker-compose upsrc/discountly/scraper.py- Web scraping and API integrationsrc/discountly/monitor.py- Price monitoring logicsrc/discountly/alerter.py- Alert managementsrc/discountly/scheduler.py- Scheduled price checkssrc/discountly/cli.py- Command-line interface