Skip to content

ayushbasak/AmazonPriceTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Price Tracker


a price tracker and Email notifier for Amazon

Requirements

  • BeautifulSoup
  • requests

Usage

  • Add your tracking url (Either Amazon or Flipkart) to data.txt in the given form: You can insert any number of links in every newline in data.txt

  • Replace the necessary arguments in main.py file.

header = {"User-Agent":""}
my_email = ""
my_password = ""
recievers_email = ""

Run the script in your terminal py main.py. (for one time use or schedule your script)

How to set Header?

Click Here Copy and paste Your User Agent in the header dictionary mentioned above.

Important:

Schedule your script:

Code shamelessly stolen from Dev Ed

About

does what it is named after, if NOT ANGRY!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages