Skip to content

A web scraping application made in python, that tracks the price of desired product on Amazon. It checks (every 24 hours, periodically) if the product's price has fallen down to desired amount & notifies user.

Notifications You must be signed in to change notification settings

Jaishreebala/Amazon-Price-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Amazon-Price-Tracker

A web scraping application made in python, that tracks the price of desired product on Amazon. It checks (every 24 hours, periodically) if the product's price has fallen down to desired ammount & notifies user.


Developer Usage

  1. Clone this project from github: git clone https://github.com/Jaishreebala/Amazon-Price-Tracker.git
  2. Create a .env file and add your user agent as USER_AGENT and create your own hash as hash. Your .env file should look something like this:
    USER_AGENT = <Your User Agent>
    HASH = <Secret hash (basically some random letters)>
    

About

A web scraping application made in python, that tracks the price of desired product on Amazon. It checks (every 24 hours, periodically) if the product's price has fallen down to desired amount & notifies user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages