Skip to content

Shopify App Reviews is a handy CLI 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.

License

Notifications You must be signed in to change notification settings

eyaltoledano/shopify-app-reviews

Repository files navigation

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.

About

Shopify App Reviews is a handy CLI 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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published