Domenico Iezzi

Results 43 comments of Domenico Iezzi

Are you sure this is the right name? I did a simple search and i got `com.ea.gp.fifamobile` and `com.ea.gp.fifaultimate` which can be downloaded correctly. If I search the play store...

You need to analyze the protobuf response and see what is going on. Maybe the API returns the URL to fetch the next bunch of results like happened before with...

You should install the module along with all its dependencies. The recommended way to do it is using a virtual environment, and installing the project inside it with pip: [user...

The project uses protobuf and device definitions from *play-store-api*. Since I don't have much time to dedicate to this project at this time, and I'm not using it actively, I'll...

IMO the only way to extract newer protobuf definitions is sniff the traffic between a rooted device using google apps and the google servers, which is what I did when...

I get `Your device is not compatible with this article`. Could it be device properties for zenfone 4 incorrect/outdated ?

Basically asus apps can't be downloaded for what I can see, even by specifying an asus device like `t00q` or `K013_1`

For what I can see in latest builds on [travis](https://travis-ci.org/NoMore201/googleplay-api/builds/363251601), this field gets correctly fetched. Which device are you using?

If you don't specify a `device_codename` parameter it will default to `bacon`. Try another device listed in `gpapi/device.properties`

Sorry for spamming personal projects, but I think it can be useful since this project isn't actively developed. I wrote an application [0] very similar to gplayweb, with the following...