Amazon Price Tracker (Web Scraping and Email Notifications)
Developed a Python script that automatically tracks the price of a specific product on Amazon and sends an email notification when the price drops below a predefined threshold. The script uses web scraping with `requests` and `Beautiful Soup` to extract the product's name and price from the Amazon product page.
Check Out Repository