CS106A Final Project - Amazon Price Alert

by Steven P

Description

My final project is an amazon price tracker/alert. The code reads from a wish list text file that has a list of desired products, desired prices, and amazon URLs and then the code scrapes the internet for the current price. The program will then send out an email if the current price is lower than the desired price, and the code will loop once every hour until it sends out an email alert for every item on the wish list.