No release in over 3 years
Low commit activity in last 3 years
Shopify App Reviews CLI is a handy utility which provides easy terminal access to app review information retrieved from the Shopify App Store. This is an unofficial release, and is not maintained by or affiliated with Shopify in any way.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0.1
~> 10.0

Runtime

 Project Readme

ShopifyAppReviews CLI

Shopify App Reviews CLI is a handy utility which provides easy terminal access to app review information retrieved from the Shopify App Store. This is an unofficial release, and is not maintained by or affiliated with Shopify in any way.

Installation

Add this line to your application's Gemfile:

gem 'shopify_app_reviews'

And then execute:

$ bundle

Or install it yourself as:

$ gem install shopify_app_reviews

Usage

To start the CLI, navigate to the project root and run:

$ bin/shopify_app_reviews

You'll be required to supply the program with a Shopify app name or app URL from the Shopify App Store.

If a Shopify App is found, you can access its latest 10 reviews using:

$ latest reviews

You can also access some basic sentiment analysis for each app, based on its overall rating as well as the combined ratings of the 10 latest reviews. Overall Sentiment and Trending Sentiment are available using:

$ overall sentiment
$ trending sentiment

Please note that trending sentiment will not be available as an sub-menu option until the 10 latest reviews have been collected for that app using latest reviews, as it depends on that data.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/eyaltoledano/shopify-app-reviews. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the ShopifyAppReviews project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.