danieliu / play-scraper

A web scraper to retrieve application data from the Google Play Store.
MIT License
234 stars 103 forks source link

feature request: module for collecting reviews #31

Open cschwem2er opened 5 years ago

cschwem2er commented 5 years ago

Hi,

this is already a pretty nice package, but one addition would make it even better: an option for collecting information about the reviews of users:

There is a lot of stuff that could be done with reviewer information, for instance constructing relations between apps and their users (reviewers), or examining whether a fixed core of users is producing a lot of positive / negative reviews for some content.

cschwem2er commented 5 years ago

I noticed that there already is a PR for this: https://github.com/danieliu/play-scraper/pull/24 Did you inspect the PR ?