wilsonusman / AmazonPriceTracker

🕸 Scrape Amazon with Selenium framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Price Tracker - https://youtu.be/64FErcFPbgg (video on YouTube)

  • Get Link to Website with Items
  • Get Items Links
  • Extract Info about Items
  • Generate Report Based on Info

Initial Setup Instructions

Make sure to download correct chromedriver - https://chromedriver.chromium.org/downloads

Setup Python Virtual Environment

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Running Script

python simple_tracker.py

About

🕸 Scrape Amazon with Selenium framework


Languages

Language:Python 100.0%