Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 579 Bytes

amazon_review

02/2020

Amazon Reviews Crawler This is the crawling robot that can scrap all reviews of the specific searching query.
Requirements: requests, bs4, pandas, openpyxl, html5lib, proxycrawl

Output Csv file

Development

  • Install dependencies
$ pip install -r requirements.txt

Contributer