googleplay-api/gpapi
Domenico Iezzi df2fa823fd
Fix #18
As described in play-store-api code [1] recenlty google introduced a Time
To Live to each auth token, which caused them to expire in a matter of
seconds. Moreover, in order to retrieve a long-ttl token, a second auth
request now is needed, sending the Master Token returned from the first
request. This 'second round' request will return the actual authSubToken.

Another addition is that the code now return response's text for some
generic errors, in order to help debugging those problems.
2017-11-03 11:35:50 +01:00
..
__init__.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
config.py Dinamically change locale and timezone 2017-10-30 17:30:10 +01:00
device.properties Disabled non-working devices 2017-10-13 18:16:54 +02:00
googleplay_pb2.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
googleplay.py Fix #18 2017-11-03 11:35:50 +01:00
utils.py Code style improvements, checked using flake8 2017-10-10 18:35:40 +02:00