macademy/magento2-module-sentimate

The Sentimate module runs sentiment analysis on reviews & more.

1.0.0 2024-01-27 16:29 UTC

This package is not auto-updated.

Last update: 2024-05-19 16:42:32 UTC


README

Runs sentiment analysis on reviews & more.

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667

Table of contents

Summary

This module runs sentiment analysis on product reviews from customers. It uses RabbitMQ message queues 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 when viewing reviews.

Demo

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

composer require macademy/magento2-module-disabletwofactorauth
bin/magento module:enable Macademy_Sentimate
bin/magento setup:upgrade

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!

License

MIT