https://github.com/eyaltoledano/shopify-app-reviews
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.
https://github.com/eyaltoledano/shopify-app-reviews
cli reviews shopify
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/eyaltoledano/shopify-app-reviews
- Owner: eyaltoledano
- License: mit
- Created: 2019-03-31T18:04:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T17:46:17.000Z (over 1 year ago)
- Last Synced: 2025-01-28T02:47:35.462Z (8 months ago)
- Topics: cli, reviews, shopify
- Language: Ruby
- Homepage: https://rubygems.org/gems/shopify_app_reviews
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this 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:
```ruby
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 sentimentPlease 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](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## 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](https://github.com/[USERNAME]/shopify_app_reviews/blob/master/CODE_OF_CONDUCT.md).