Skip to content

python script to send me an e-mail if a product I want is back in stock on Amazon

Notifications You must be signed in to change notification settings

paulods/check-amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

checkamazon.py

Simple python script to automate the checking of whether or not an Amazon product is in stock, and to send me an e-mail if it's in stock and priced at or below a given price threshold.

Libraries Used:

  • BeautifulSoup4 to parse the html
  • schedule/time to prevent getting locked out by Amazon's API for request spamming
  • smtplib to send myself encrypted e-mails.

About

python script to send me an e-mail if a product I want is back in stock on Amazon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages