Skip to content

This is a simple python script which can be used to track a products prices on Amazon.com.

License

Notifications You must be signed in to change notification settings

kishorek/Amazon-Price-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Price Trackerforthebadge

This is a simple python script which can be used to track a products prices on Amazon. It uses Bs4 and Requests library to do the task. This is exclusive for Mac OS.


Instructions

  1. Make sure you have Python (Version 3.6 or higher) installed in your system.
  2. Open the folder in CMD or terminal and type pip install -r requirements.txt
  3. Now edit the settings.json file using your favorite code editor(Example: Sublime text editor, VSCode, Vim).
  4. Change budget:1000000 value to your budget. (Example: budget:991001
  5. Replace the link in URL with your link. (Example: url:'https://www.amazon.in/G731GT-Graphics-i5-9300H-Windows-G731GT-AU022T/dp/B07S36XJ8Q/')
  6. Change the headers according to your user agent. (Example: headers = {"User-Agent": 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36'} )
  7. Now save the file, close the editor and run main.py.

Changes from original library:

  1. Using pync library
  2. Supports multiple products
  3. Supports Unavailable products

About

This is a simple python script which can be used to track a products prices on Amazon.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%