Amazon Product Bad reviews lookup
Install the package using following command:
$ pip install git+https://github.com/ehengao/amazon-review-lookup.git
Create a asins.txt file each line contains a ASIN ID from Amazon
Run:
$ amazon-review-lookup --asin=<asins.txt path> --output=<output csv path>
Open excel editor
Go to Data->From Text/CSV, choose the output file from <output csv path>
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. .