GooglePlayReviews
Fetch App reviews from Google Play.
Installation
Add this line to your application's Gemfile:
gem 'google_play_reviews'
And then execute:
$ bundle
Or install it yourself as:
$ gem install google_play_reviews
Usage
Console command:
google_play_reviews [] APP_ID
-l, --host-language [VALUE] Host language: use 'en' as default
-s, --sort-order [VALUE] Sort order: 'newest'(default), 'rating' or 'helpfulness'
-p, --page [VALUE] Page number (start from 0)
-v, --version Display the current version
For example:
$ google_play_reviews -l ja -s helpfulness -p 2 com.google.android.googlequicksearchbox
------------------------------
review_id: gp:AOqpTOH34XsWVlMNiEIo7jarmgFNXbcyMz46Q5zgPaPvhrynruzQ-l98_3lOp10xMSJdkQxgK59F427eGnjCNA
author_name:
Or use it in ruby projects:
GooglePlayReviews.fetch(app_id, )
# Options:
# :sort_order (:newest, :rating, :helpfulness)
# :page (start from 0)
This will return the review entries. See lib/google_play_reviews/entry.rb