Skip to content

A simple price tracker that you can personalize to track the price of any product on your favorite online store.

License

Notifications You must be signed in to change notification settings

IronKyle38/price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

price-tracker

Price Tracker Banner

GitHub last commit Dependency status for GitHub repo GitHub release (latest by date) GitHub code size in bytes License

Table of Contents

Introduction

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.

Installation

  1. Install Node.js

  2. Clone the repository

    git clone https://github.com/IronKyle38/price-tracker.git
  3. Go to the project folder

    cd price-tracker
  4. Install the dependencies

    puppeteer version

    npm install
  5. For Linux users, install Chromium

    sudo apt-get install chromium-browser

Usage

  1. Edit the config.json file in the input folder to add your favorite online store and the product you want to track.

  2. Run the script

    node index.js
  3. The price history will be saved in a CSV file in the output folder.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Licence

About

A simple price tracker that you can personalize to track the price of any product on your favorite online store.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published