Google Play Unofficial Python API
Go to file
Domenico Iezzi 582b544070 Removed debug string
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
2017-09-16 19:28:05 +02:00
Documentation Added some mitmproxy logs 2017-09-07 19:44:23 +02:00
.gitignore Fixed import statements + testbench 2017-09-05 22:28:06 +02:00
config.py Device data into separate file + better debug log 2017-09-16 19:12:06 +02:00
device.properties Device data into separate file + better debug log 2017-09-16 19:12:06 +02:00
googleplay_pb2.py New search implementation (protbuf + code) 2017-09-16 13:17:21 +02:00
googleplay.proto New search implementation (protbuf + code) 2017-09-16 13:17:21 +02:00
googleplay.py Removed debug string 2017-09-16 19:28:05 +02:00
README.md Implemented ac2dm login 2017-09-15 22:11:44 +02:00
requirements.txt Typo in file name 2017-09-16 15:00:19 +02:00
test.py A more detailed test.py 2017-09-16 19:13:01 +02:00

Google play python3 API

This project contains an unofficial API for google play interactions. The code mainly comes from GooglePlayAPI project which was written for python2 and it's not maintained anymore. The code was ported to python3 with some minor additions and updates, mainly for python3 compatibility.

All credit goes to the original author egirault.

This project is released under the BSD license.

API reversing

Since I started playing with a more recent version of the GooglePlay API on LineageOS 14.1 (Android 7.1) using mitmproxy, I gathered some information about new APIs. Checkout the Documentation folder for more details on single API endpoints.