Metadata-Version: 2.1
Name: amarps
Version: 0.16.0
Summary: Download amazon product reviews and the reviewers profile information
Home-page: https://github.com/joclement/amarps
License: MIT
Author: Joris Clement
Author-email: joclement@posteo.net
Requires-Python: >=3.8.1,<4
Classifier: License :: OSI Approved :: MIT 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: dateparser (>=1,<2)
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

[![Tests](https://github.com/joclement/amarps/workflows/Tests/badge.svg)](https://github.com/joclement/amarps/actions?workflow=Tests)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/joclement/amarps/main.svg)](https://results.pre-commit.ci/latest/github/joclement/amarps/main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Versions](https://img.shields.io/pypi/pyversions/amarps)](https://img.shields.io/pypi/pyversions/amarps)

# 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 https://www.amazon.com/product-reviews/B07ZPL752N/`

