Skip to content

A python script that reads information from an Amazon wishlist and sends a notification by email if a specific item drops below a specific price specified under the items comments

Notifications You must be signed in to change notification settings

ngeldvis/Amazon-Price-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Price Tracker

A python web scraper that reads information from an Amazon wishlist and sends an email if any items drops below a specific price specified under the items comments

Example Email: Example Email

Requirements

  • Python 3
  • modules: dotenv, pandas, selenium, ssl, smtplib, and more (view source file)

.env File Format

FILENAME='<filename>.csv'
WISHLIST_URL='<amazon wishlist url>'
RECEIVER_EMAIL='<address to send emails to>'
SENDER_EMAIL='<address the emails are coming from>'
SENDER_PASSWORD='<password for the sender's email>'

Note: for this to work you may need to use an email account with 2-step verification turned off as well as access to less secure apps. you can learn more here.

About

A python script that reads information from an Amazon wishlist and sends a notification by email if a specific item drops below a specific price specified under the items comments

Topics

Resources

Stars

Watchers

Forks