A simple script that tracks the price of a product on Amazon, Walmart, and Etsy, and sends you an email when the price hits the trigger price.
Check out the youtube video for a step by step walk through [Youtube Video]
- Install Python https://www.python.org/
- Install All Dependencies
pip3 install beautifulsoup4
- Run the file
- Fix Amazon/Walmart product price scraping which are displayed in a range form.
- Make sure to have beautiful soup installed.
- For your email password, check to see if you have two factor authentiction on. You may need to generate an app password.