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

Request: Getting the category from the packagename #26

Closed jacroe closed 11 years ago

jacroe commented 11 years ago

This looks great, but there's one feature that I'm missing. I don't see a way to get the app's category by giving the packagename. I see how to get the permissions and search for it but not the category. Maybe I'm missing something?

jacroe commented 11 years ago

Nevermind, I just needed to use the details() method. Thanks!