egirault / googleplay-api

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.
879 stars 373 forks source link

Images types and convert apps details into json #39

Open moazam1 opened 9 years ago

moazam1 commented 9 years ago

Is there any info available on imageType and what does supportsFifeUrlOptions means?

Is it possible to download app icon from api.details method?

I am trying to convert response from api.details(appPackage) to json by using json.dumps() function but I am getting json serialization error. I am new to python any help will be greatly appreciated.

simyy commented 9 years ago

i think you can print the response, it is not json... it is get by "google protobuf", you can get details info by "doc.xx.xx"