Skip to content

AlexGidman/Amazon-Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A python web scraper for Amazon.co.uk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages