Metadata-Version: 2.1
Name: amarps
Version: 0.12.0
Summary: Download amazon product reviews and the reviewers profile information
Home-page: https://github.com/joclement/amarps
License: Proprietary
Author: Joris Clement
Author-email: joclement@posteo.net
Requires-Python: >=3.8.1,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8,<9)
Requires-Dist: click-log (>=0.4.0,<0.5.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: selectorlib (>=0.16,<0.17)
Requires-Dist: selenium (>=4,<5)
Requires-Dist: selenium-wire (>=5,<6)
Requires-Dist: webdriver-manager (>=3,<4)
Project-URL: Repository, https://github.com/joclement/amarps
Description-Content-Type: text/markdown

# Amazon Review Profile Scraper

A very basic tool to scrape the user reviews of a product on Amazon the profiles that created those reviews.

It is intended to be used for research to analyze the quality of a user review based on
other information belonging to the user.

## Usage

1. Install this tool `pip install amarps`.
2. Run `python -m amarps --help` to check the usage
3. Run e.g. `python -m amarps --profile https://www.amazon.com/product-reviews/B07ZPL752N/`

