Automated Price Tracking System
A robust price tracking system that monitors product prices across e-commerce websites and notifies users of price changes through Discord.
Features
- Automated price checking every 6 hours
- Support for multiple e-commerce platforms through Firecrawl API
- Discord notifications for price changes
- Historical price data storage in PostgreSQL database
- Interactive price history visualization with Streamlit
Setup
-
Clone the repository
-
Install dependencies:
pip install -r requirements.txt -
Configure environment variables:
cp .env.example .envThen edit
.envwith your:- Discord webhook URL
- Database credentials
- Firecrawl API key