P-Sc

Results 3 comments of P-Sc

See [my comment](https://github.com/egirault/googleplay-api/issues/48#issuecomment-352294507) for a fix

I have somehow figured out (through trial and error) how to get the correct "ctntkn" value without using nextPageUrl: ```python import string import requests code="AEIMQUYcgkosw048" code_suffix="=BCDEFGHIJKLMNOPQRSTUVWXYZ" def get_token(offset): if offset...

You get stuck at page 5 either way because there is no "nextPageUrl" after 500 apps. Google simply doesn't allow more than that to be queried (per category).