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
- Host: GitHub
- URL: https://github.com/null-none/amazon-reviews
- Owner: null-none
- License: mit
- Created: 2017-07-26T19:30:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T20:17:10.000Z (almost 9 years ago)
- Last Synced: 2025-03-03T07:03:05.638Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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