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