mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 04:44:59 +00:00
Google Play Unofficial Python API
e32c22a467
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com> |
||
---|---|---|
.gitignore | ||
config.py | ||
googleplay_pb2.py | ||
googleplay.proto | ||
googleplay.py | ||
README.md | ||
test.py |
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.