Skip to content

Simple amazon price tracker to send an email whenever the specified product drops below a certain price.

Notifications You must be signed in to change notification settings

Brennii96/amazon-price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Amazon Price Tracker

You will of course need the latest Python installed and run the following command to get the required packages.

python3 -m pip install requests bs4

Go into scraper.py and change the URL:6 headers:9 search what's my ua on google What's My UA

Go to server = smtplib.SMTP:28 and enter your smtp server. Go to server.login():33 and enter your username and password. Google may require an app password if you have 2fa enabled. Change the body to whatever you would like the email to say and the subject. Go to server.sendmail:40 and enter from email, to email then the msg you would like to send.

time.sleep:52 will specify how long you would like it to check in seconds. Currently set to every 24 hours.

About

Simple amazon price tracker to send an email whenever the specified product drops below a certain price.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages