This Python script tracks the price of a product on Amazon and sends you an email alert when the price drops below your specified target.
- Scrapes product title and current price from Amazon.
- Sends an email notification if the price drops below your desired target.
- Uses environment variables for secure email credentials.
- Command-line based, easy to use.
- Python 3.7+
requestsbeautifulsoup4python-dotenv
.env file should contain
- EMAIL_ADDRESS=[email protected]
- EMAIL_PASSWORD=your_email_password_or_app_password
- RECEIVER_EMAIL=[email protected]