Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 693 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 693 Bytes

Amazon Web Scraper

This is a simple python web scraper for Amazon for checking prices of items.

How to run

Once requirements have been installed, you will need to download the chromedriver for your version of chrome.

  • Download the chromedriver here and unzip.
  • Create an environment variable called CHROMEDRIVER and set it to the absolute path of the chromedriver binary.

Mac/Linux

export CHROMEDRIVER='path/to/chromedriver'

Windows

set CHROMEDRIVER='path/to/chromedriver'
  • Run the program.
python3 scraper.py

Requirements

All requirements can be found in the requirements.txt file.