googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.

Results 66 googleplay-api issues
Sort by recently updated
recently updated
newest added

the project can't return top new free lists any more and appbrain still provide this information https://www.appbrain.com/stats/google-play-rankings/top_new_free/art_design/us so how we can get the top new free list directly from google...

``` /usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) Traceback (most recent call last): File "download.py", line 28, in api.login(GOOGLE_LOGIN, GOOGLE_PASSWORD,...

D:\googleplay-api-master\googleplay-api-master>python download.py com.google.android.gm C:\Python27\lib\site-packages\urllib3\connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) Traceback (most recent call last): File "download.py", line 35, in...

Hello, after downloading and installing the project and configuring the properties in config.py, running 'python search.py earth' results in ``` Traceback (most recent call last): File "search.py", line 45, in...

when I call detail method get the details.appDetails.versionCode value always is 0,versionstring isemtpy?

The offset seems to be broken in the list.py functionality. See snippets below for example: The first request should return results 1-5 of the app selling free apps in the...

I am getting errors when downloading a non-free application from the app store using download.py My account is funded with cash and should be able to download the application. I...

Hi, I forked your code in this repo [0], and updated it with the following features: * password encryption for ac2dm login * ac2dm login workflow (checkin and device info...

Hi All, I am facing an error while downloading an apk: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /fdfe/details?doc=com.facebook.lite (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8]...

I performed the following steps: Step 1: Use the email and password to generate token. Input: Email and password Result: Token and Auth parameters. I used the Token parameter as...