Google Play Unofficial Python API
Go to file
Domenico Iezzi 7cb82a47bd Initial password encryption implementation
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
2017-09-08 16:26:37 +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 Initial password encryption implementation 2017-09-08 16:26:37 +02:00
googleplay_pb2.py Initial commit 2017-08-27 17:32:05 +02:00
googleplay.proto Initial commit 2017-08-27 17:32:05 +02:00
googleplay.py Initial password encryption implementation 2017-09-08 16:26:37 +02:00
README.md Created Documentation folder 2017-09-06 21:45:52 +02:00
test.py Fixed import statements + testbench 2017-09-05 22:28:06 +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

Currently I'm trying to reverse a more recent version of the GooglePlay API on LineageOS 14.1 (Android 7.1) using mitmproxy. Checkout the Documentation folder for more details on single API endpoints.