This is a simple price tracker that you can personalize to track the price of any product on your favorite online store. It saves the price history in a CSV file that you can use to analyze the price trends.
-
Install Node.js
-
Clone the repository
git clone https://github.com/IronKyle38/price-tracker.git
-
Go to the project folder
cd price-tracker
-
Install the dependencies
npm install
-
For Linux users, install Chromium
sudo apt-get install chromium-browser
-
Edit the
config.json
file in theinput
folder to add your favorite online store and the product you want to track. -
Run the script
node index.js
-
The price history will be saved in a CSV file in the
output
folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.