Akdeniz / google-play-crawler

Play with Google Play API :)
Other
561 stars 204 forks source link

this project is outdated #101

Open Job-Heersink opened 4 years ago

Job-Heersink commented 4 years ago

since may 2019 google has shut down the GCM services and C2DM since 2015. this crawler still uses both of them. And thus doesn't work anymore. The code needs to be upgraded to use the new Firebase Cloud Messaging (FCM) to make it work.

IceDarron commented 4 years ago

Do u have the new version? I try to upgrad it, but it doesn't work.

Job-Heersink commented 4 years ago

I tried finding a new Java version, but sadly all projects are outdated by at least a few years. I did however find a python project that is able to authenticate: https://github.com/egbertbouman/APKfetch but it is only able to download apk files that have been purchased on the account before

petersjq commented 4 years ago

I use curl or java-request,it returns Error=CaptchaRequired; but python-requests seems to not trigger the Captcha. Perhaps the content of the API requests which influences Google's decision about a request. I don't know the change of google accout policy

IceDarron commented 4 years ago

I tried finding a new Java version, but sadly all projects are outdated by at least a few years. I did however find a python project that is able to authenticate: https://github.com/egbertbouman/APKfetch but it is only able to download apk files that have been purchased on the account before

I've tried. Thx. Im tring to download no purchased apk files.