Download the PHP package dnmrk/magento2-module-sentimate without Composer
On this page you can find all versions of the php package dnmrk/magento2-module-sentimate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dnmrk/magento2-module-sentimate
More information about dnmrk/magento2-module-sentimate
Files in dnmrk/magento2-module-sentimate
Package magento2-module-sentimate
Short Description The Sentimate module runs setiment analysis on review & more!.
License MIT
Informations about the package magento2-module-sentimate
Macademy_Sentimate
Table of contents
- Summary
- Why
- Installation
- Usage
- Sponsor
- License
Summary
This module runs sentiment analysis on product reviews from customers. It uses RabbitMQ message queue to call an external API provided by RapidAPI that retrieves the sentiment analysis of the product review. The sentiment analysis is then displayed before the "Review" text on the product detail page viewing reviews.
Why
Why should you use this module? This provides additional feedback to customers that explicitly lets them know the sentiment of each and every review.
Installation
Usage
This module requires a RapidAPI API key to use the Twinword Sentiment Analysis API.
Once you have a RapidAPI API Key, visit Admin -> Stores -> Configuration -> Catalog -> Sentimate, and enter in your API Key. Remember to clear the cache after entering in your API Key.
You can start the Sentimate queue consumer to process reviews by typing:
bin/magento queue:consumers:start macademy.sentimate.reviews
Sponsor
This module was built and published as part of the Magento Message Queues with RabbitMQ course, created by M.academy. If you want to know how this module was built, check out the course!