GithubHelp home page GithubHelp logo

yusufselimkaratas / google-play-scraper-review-csv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andreaghezzi/google-play-scraper-review-csv

0.0 0.0 0.0 97 KB

Python script that allows you to download the reviews of applications from the google play store and save them in a .csv file

Python 100.00%

google-play-scraper-review-csv's Introduction

Google-Play-Scraper-Review-CSV

Python script that allows you to download the reviews of applications from the google play store and save them in a .csv file.

In my case, I download reviews for multiple applications, in different languages. Each application review in a language is saved in a different .csv file that will have the name: applicationName_language.csv.

In the case of Everbridge application, I downloaded 701 reviews and saved them in the Everbridge_en.csv file with a weight of 150Kb, I have saved only the ID of the review, UserName of who wrote the review, Score and content of the review. I am also making this dataset available.

The structure of the reviews that will be downloaded is as follows:

  • ["UserName"] = "Andrea Ghezzi"
  • ["userImage"] = "https://lh3.googleusercontent.com/-cVEHKr*******"
  • ["ContentReview"] = "This is literally the best idle game I have ever played. The penguins waddle around and live their best lives in the cutest little outfits."
  • ["Score"] = 5
  • ["thumbsUpCount"] = 54
  • ["reviewCreatedVersion"] = "1.16"
  • ["at"] = datetime.datetime(2020, 2, 24, 17, 19, 34)
  • ["replyContent"] = "Hello, We will gradually improve the various systems in the game to enhance the player's game experience."
  • ["repliedAt"] = datetime.datetime(2020, 2, 24, 18, 30, 42)
  • ["reviewId"] = "gp:AOqpTOE0Iy5S9Je1 ****** "

google-play-scraper-review-csv's People

Contributors

andreaghezzi 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.