Skip to content

beefsack/play-app-ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

play-app-ratings - Fetch Google Play app ratings

I built this tool because I have hundreds of Android games from Humble Bundle and I'm not sure which ones I want to play first. play-app-ratings accepts app names on STDIN, one per line, and outputs a CSV with ratings and rating counts to STDOUT.

For my own case, I then applied a weighted average by hand and discovered I should play Kingdom Rush first, and it turned out to be a really well made game!

Installation

You must have Go installed and configured, after which you can run:

go get github.com/beefsack/play-app-ratings
play-app-ratings < game_list > ratings.csv

About

Get the Google Play ratings for a list of apps in CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages