raulperezalejo / GooglePlayApi

Python api for google play android store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GooglePlayApi

Python api for google play android store. Updated google OAuth authentication and protobuf schemes

Available thanks to egirault great work and original repo https://github.com/egirault/googleplay-api

Requirements:

pip install -r requirements.txt

In order to create/add new messages for the protobuf format, you need to generate a new googleplay_pb.py file, to do so edit googleplay.proto and then run:

protoc -I= --python_out= Ans replace the created googleplay_pb2.py with the new created file.

Usage example

from googleplay_importer_api import GooglePlayApi

client = GooglePlayApi(androidId=, email=<Google account username/email>, password=) client.login() client.details(packageName='com.google.android.googlequicksearchbox')

** - Android GSF ID

About

Python api for google play android store


Languages

Language:Python 100.0%