NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
410 stars 208 forks source link

How to create device profile from a real device? #61

Closed Bnaya closed 5 years ago

Bnaya commented 6 years ago

First, thank you for your amazing project!

I have a given device, And i want to create device.properties entry for it. What is the most simple way to do so? Is there any script that can do that? Thanks!

matlink commented 5 years ago

I made https://github.com/matlink/deviceproperties for that (you need the real device or an emulator). Sorry for late answer.

IRGC commented 5 years ago

@matlink is there anyway we can make device property without real device? just by looking device fingerprint in google search or something? what is important in device property for most of the apps?

matlink commented 5 years ago

Maybe using an emulator.

NoMore201 commented 5 years ago

@korangu I don't think it is possible if you don't own a device. Also, if you want to add a device using @matlink tool or anything you want, please contribute it to play-store-api [1], which is the project where properties are fetched in gpapi

[1] https://github.com/yeriomin/play-store-api/tree/master/src/main/resources