dilawer11 / Amazon-Reviews

Download Amazon Reviews. What you do with these reviews is on you and illegal I am just providing the tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Review Downloader

Disclaimer

Use at your own risk. I don't support scraping of any website or webservice without consent

Instructions:

extractProductIDsFromCategories.py -> Uses the Category URL's provided in the 'url_categories.txt' file to visit that URL and download all the product IDs to a tunable parameter and saves them in 'Categories' directory with each file contain product ids or one category

downloadAmazonReviews.py -> Uses the category files in the 'Categories' directory to send a request for 1) product name and then for a (tunable) number of times for the review of the product and stores them in csv format file in 'Reviews' Category in a similar manner

About

Download Amazon Reviews. What you do with these reviews is on you and illegal I am just providing the tools

License:GNU General Public License v3.0


Languages

Language:Python 100.0%