An open API service indexing awesome lists of open source software.

https://github.com/null-none/amazon-reviews

Amazon reviews
https://github.com/null-none/amazon-reviews

Last synced: about 1 year ago
JSON representation

Amazon reviews

Awesome Lists containing this project

README

          

=======
Install
=======

.. code-block:: bash

pip install amazon_reviews

=======
Example
=======

.. code-block:: python

from amazon_reviews.parse import AmazonParseReviews

product = AmazonParseReviews('B01ETPUQ6E')
print product.average_star_rating()
print product.review_count()
print product.full()

=======

.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YYZQ6ZRZ3EW5C