This repository contains a web scraping tool created by my me to track Amazon prices. It notifies every time via Email whenever their is a decrease in price.
- Beautiful Soup 4 : It is used for pulling data out of HTML and XML files.
- urllib.request : It is used for opening URLs in a complex world.
- smtplib : Used to send mail to notify whenever the prices goes down.
- Time : Used in many ways of representing time in code, such as objects, numbers, and strings. Also used for waiting during code execution.