Skip to content

solertium/google_play_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GooglePlayApi

This Google Play API gem is inspired by the desire to have something like Supermarket that doesn't require Java JARs under the hood. This incarnation uses LocalShred's protobuf implementation and the .proto definitions for Google Play discovered on the android-market-api Google Code project.

Installation

Add this line to your application's Gemfile:

gem 'google_play_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install google_play_api

Usage

This gem was created for use by the Appygram service and so it currently prioritizes the things that Appygram cares about, like capturing reviews. Pull requests are welcome to expand on the features.

Caveats

The protobuf gem currently requires binary protobuf 1.4.2 installed (brew install protobuf, sudo apt-get install protobuf) and is not yet compatible with 1.5. Homebrew at least will try to install 1.5. Workaround: brew uninstall protobuf; brew versions protobuf; then run the git command specified in the "brew versions" output to revert the formula to 1.4.2; brew install protobuf.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Access Google Play API via protobufs in standard Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages