Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 581 Bytes

Amazon reviews scraper

Today we are going to scrape reviews from Amazon. The script works in the way that you can give it an Asin and the number of pages and it will automatically get your data and save it to .json file. Watch full video here

amazonreviews_thumbnail

Setup Python Virtual Environment

pipenv install
pipenv shell

Running Script

# fill credentials in keys.py
python script.py