Giter Site home page Giter Site logo

pratikbarjatya / sentiment-analysis-play-store-reviews Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imrohitsinghal/sentiment-analysis-play-store-reviews

0.0 2.0 0.0 5.08 MB

Sentiment Analyser: Sentiment Analysis of user feedback in Play Store to improve app quality!

Ruby 94.23% Shell 5.77%

sentiment-analysis-play-store-reviews's Introduction

Sentiment-Analyser

About:

A utility to generate meaningful data from feedback given by actual users on Google Play Store. Helps to identify Features and Areas which needs improvement or bug fixes in the your mobile application.

  • It fetches Per Day/Day list/All Newest from Google Play Store for any specified Android application
  • Segregates and stores all the customer feedback into respective CSV files (filtered_reviews and newest_reviews)
  • Gives you a meaningful report mentioning areas to improve with the actual feedback
  • Can be used to get user's suggestions or feature requests
  • Can be customized to identify Features appreciated by customers

Output:

  • Generates a sorted HTML (review_report.html) file which contains Impacted Area and Reviews related to each area/functionality Screenshot Screenshot
  • All the negative and newest reviews are stored in a CSV files

Pre-requisite:

  • Generate your APP_ID AND APP_KEY from AYLIEN for accessing the APIs and add it to fetch_analyse.rake

How to Run:

  1. Integration with CI : ci.sh

  2. a. Apply Analytics on daily newest reviews about your app

    • rake PACKAGE_NAME=<APK_PACKAGE_NAME> REVIEW_DATE=15 AYLIEN_APP_ID=<AYLIEN_APP_ID> AYLIEN_APP_KEY=<AYLIEN_APP_KEY> reviews:run:all

    For multiple days:

    • rake PACKAGE_NAME=<APK_PACKAGE_NAME> REVIEW_DATE=14,15 AYLIEN_APP_ID=<AYLIEN_APP_ID> AYLIEN_APP_KEY=<AYLIEN_APP_KEY> reviews:run:all

    b. Generate a Daily Report for Areas/Functionality to Improve rake PACKAGE_NAME=<APK_PACKAGE_NAME> REVIEW_DATE=6 reviews:run:output

  3. Fetch daily newest reviews about your app
    rake PACKAGE_NAME=<"Enter app package name"> REVIEW_DATE=<Day> reviews:fetch

    • rake PACKAGE_NAME=com.vuclip.viu REVIEW_DATE=15 reviews:run:fetch
  4. For Sentiment Analysis without any API of reviews/feedback rake PACKAGE_NAME=com.vuclip.viu REVIEW_DATE=6 reviews:run:process

Sentiment Analysis:

  • Extract all negative and neutral reviews given by customers
  • Extract out App features/areas and functionalities that are impacted or affected
  • Stores all negative and neutral reviews in a file (negative_reviews.csv)

What's Next:

  • Making this utility to run on various feedback/review sources like twitter, Facebook etc
  • Implement and Apply Machine Learning

sentiment-analysis-play-store-reviews's People

Contributors

lavanyam210 avatar pr4bh4sh avatar

Watchers

James Cloos avatar Pratik Barjatiya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.