mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 17:05:57 +08:00
Add README to auotmated price tracking project
This commit is contained in:
parent
4fc94aba94
commit
57ef400473
31
examples/automated_price_tracking/README.md
Normal file
31
examples/automated_price_tracking/README.md
Normal file
@ -0,0 +1,31 @@
|
||||
# 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
|
||||
|
||||
1. Clone the repository
|
||||
2. Install dependencies:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
3. Configure environment variables:
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
Then edit `.env` with your:
|
||||
- Discord webhook URL
|
||||
- Database credentials
|
||||
- Firecrawl API key
|
Loading…
x
Reference in New Issue
Block a user