mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
31d96764b6
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
15 lines
776 B
Markdown
15 lines
776 B
Markdown
# Google play python3 API
|
|
|
|
This project contains an unofficial API for google play interactions. The code mainly comes from
|
|
[GooglePlayAPI project](https://github.com/egirault/googleplay-api/) 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](https://github.com/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](https://mitmproxy.org/), I gathered some information about new APIs.
|
|
Checkout the Documentation folder for more details on single API endpoints.
|