Super Price Spyder is a simple Python program designed to scrape the Amazon website data for product pricing information. It uses the requests library & BeautifulSoup library to make an HTTP request to the given product URL & parse the information from the page. It then compares the current price to a threshold value (in this case, $28).
If the price is below the threshold, it uses the smtplib library to login to an email account & send a price alert message to that email address. Finally, it prints out the title, price and URL of the product to the console.
Check out the Super Price Spyder on GitHub:
https://github.com/KalBartal/Super-Price-Spyder