NoMore201 Googleplay Api Versions Save

Google Play Unofficial Python API

v0.4.4

4 years ago

Changes since last release:

  • googleplay_pb2.py is now dynamically generated during package build, using system's protobuf compiler
  • API request now return full response messages
  • fixed an error caused by sdk_version value for some phones
  • other minor fixes and improvements

v0.4.3

5 years ago

Major changes since last release:

  • Added script to fetch devices directly from play-store-api
  • Use pyca/cryptography rather than pycryptodome
  • Added API for search suggestions
  • Parse additional information from docv2 objects
  • Small fixes and improvements

v0.4.2

6 years ago

Introduced log API which is used to add a new app into the user library. Without this, purchase/delivery of new apps may result in App not purchased error, even if the app is free.

This API will be automatically called by the download function.

v0.4.1

6 years ago
  • Locale and Timezone are now mandatory arguments
  • Added functions to change them

v0.4

6 years ago

WARNING this version will break the API, users should update their code

Changes since last release:

  • BREAK Locale and TimeZone values now should be supplied by the user to the constructor
  • BREAK Download now returns a dictionary containing the file size, chunk size, and a generator returning chunks of 32KB. This means also that progress bar should be implemented by users
  • Updated headers and parameters with recent values provided by play-store-api

v0.3.2

6 years ago

Changes since last release:

v0.3.1

6 years ago

Hotfix for locale check procedure

v0.3

6 years ago

Change since last release:

  • Various cleanup and improvements to code 639c7f9, ac2d07a
  • Device info initialization now is done in __init__ (read commit message) 6a9f29c
  • Added a check to ensure locale value is valid, as reported in issue #22 c61819d

v0.2.8

6 years ago

search() function now manages the rare case in which query returns no data, when using complex queries

v0.2.7

6 years ago

Changes since last release:

  • Important fix for #18, described in commit df2fa82
  • bulkDetails returns None for non-existing apps