From 57ef400473193a9777d2a48f66537251816783f4 Mon Sep 17 00:00:00 2001 From: BexTuychiev Date: Fri, 6 Dec 2024 23:15:12 +0500 Subject: [PATCH] Add README to auotmated price tracking project --- examples/automated_price_tracking/README.md | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/automated_price_tracking/README.md diff --git a/examples/automated_price_tracking/README.md b/examples/automated_price_tracking/README.md new file mode 100644 index 00000000..9ab50dbe --- /dev/null +++ b/examples/automated_price_tracking/README.md @@ -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