Google Play Unofficial Python API
Go to file
2017-09-19 17:59:43 +02:00
Documentation Added some mitmproxy logs 2017-09-07 19:44:23 +02:00
.gitignore Updated gitignore 2017-09-18 15:48:58 +02:00
.travis.yml Initial travis script 2017-09-19 17:46:46 +02:00
config.py bulkDetails return dict + created utils.py 2017-09-18 16:33:11 +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 bulkDetails return dict + created utils.py 2017-09-18 16:33:11 +02:00
README.md Update README.md 2017-09-19 17:59:43 +02:00
requirements.txt Typo in file name 2017-09-16 15:00:19 +02:00
test.py Fix test build with a dummy account 2017-09-19 17:52:29 +02:00
utils.py Added aggregate ratings to app object 2017-09-18 19:29:16 +02:00

Google play python3 API Build Status

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.

Development status

  • Investigate how paid apps download works
  • Investigate if it's possible to dowload apk with obb files