Google Play Unofficial Python API
Go to file
Domenico Iezzi 026e6419a0 Removed useless protobuf messages
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
2017-09-18 15:48:01 +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 Removed useless protobuf messages 2017-09-18 15:48:01 +02:00
googleplay.proto Removed useless protobuf messages 2017-09-18 15:48:01 +02:00
googleplay.py Small fixes and cleanup 2017-09-17 12:29:42 +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 Small fixes and cleanup 2017-09-17 12:29:42 +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.