Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 811 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 811 Bytes

Amazon, Walmart, & Etsy Price Tracker

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.

Table of Contents

Video

Check out the youtube video for a step by step walk through [Youtube Video]

LocalSetup

  1. Install Python https://www.python.org/
  2. Install All Dependencies pip3 install beautifulsoup4
  3. Run the file

ToDo

  • Fix Amazon/Walmart product price scraping which are displayed in a range form.

Troubleshooting

  • 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.