googleplay-api/gpapi
Domenico Iezzi 46b427124d
Updated Protobuf definition and parsing
Newer definition have been fetched from play-store-api. Moreover, the
following enhanchements are introduced:

- An new function utils.parseProtobufObj will automatically parse any
Protobuf object into a dictionary, so there's no need to manually
specify each field to parse
- Added toc() and acceptTos() functions
- Added deviceCheckinConsistencyToken and dfeCookie to API state and
headers
- Since search results are now divided into clusters, each one
representing a different subcategory, now the search() API call returns
a list of clusters, each one containing a list of apps
2018-12-12 17:23:07 +01:00
..
__init__.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
config.py Introduced new exceptions 2018-07-15 17:09:31 +02:00
device.properties Added script to fetch devices from play-store-api 2018-07-15 13:15:00 +02:00
googleplay_pb2.py Updated Protobuf definition and parsing 2018-12-12 17:23:07 +01:00
googleplay.py Updated Protobuf definition and parsing 2018-12-12 17:23:07 +01:00
utils.py Updated Protobuf definition and parsing 2018-12-12 17:23:07 +01:00