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

Language / Location setting #7

Open o86 opened 11 years ago

o86 commented 11 years ago

Since the results vary from location to location, it would be an advantage to have the option to over-steer your configuration of France/French.

If not with an option, at leas with a global variable in the config.py.

What's your idea about that?

egirault commented 11 years ago

Yes indeed. It would be a great thing to be able to request the API from different countries / mobile providers. I just did not have the time to handle this yet, but hopefully I will soon. Anyway, feel free to initate this feature if you are motivated ;)

2012/11/19 o86 notifications@github.com

Since the results vary from location to location, it would be an advantage to have the option to over-steer your configuration of France/French.

If not with an option, at leas with a global variable in the config.py.

What's your idea about that?

— Reply to this email directly or view it on GitHubhttps://github.com/egirault/googleplay-api/issues/7.

o86 commented 11 years ago

the motivation is not the problem...the work load is :\ however, I push it on my todo-list and let you know if I have something. Please inform me if I would be to late, not that I write code already written.

awasthi-vivek commented 11 years ago

It sounds like a very good feature to have... I have been trying to set the "device_country" and "operatorCountry" to different location but the result does not change... I am sure I must be doing something wrong... could you please guide me what are the fields that needs to be changed to change the location?

I am also interested to modify the code and location and lang to the configuration file as suggested.. please let me know the procedure you follow

egirault commented 11 years ago

Hi, I just added localization support (see c463cbe58) but it is only a translation matter. Basically it just enables Google's translation, but will not allow you to see apps available in other countries or mobile operators. It seems those settings are bound to your device during registration. I have to take a closer look at https://github.com/nviennot/android-checkin.

awasthi-vivek commented 11 years ago

Thank-you very much for your response. The Android-Checkin looks quite interesting... however I believe that there should be a way to specify the location because when we go roaming then we see the market of the current location.... If the location had been fixed at the time of check-in (registration) then we would see the same market always irrespective of location. What do you think?

In the old project the simOperatorNumeric and operatorNumeric (simOperatorAlpha & operatorAlpha) can be used to change the location.

aliemara commented 9 years ago

I am in the US but I want results from India's market. is there any way to do it using this project? Thanks.