Skip to content
forked from 3052/google

Download APK from Google Play or send API requests

License

Notifications You must be signed in to change notification settings

pducthang/google

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Play

I’m not really sure what the point of this video is, but I guess just be generous. Be kind to people, because you never know how much they might need it, or how far it’ll go.

NakeyJakey (2018)

Download APK from Google Play or send API requests

How to build?

This module works with Windows, macOS or Linux. Download Go and extract archive. Then download Google Play Zip and extract archive. Then navigate to:

google-main/cmd/play

and enter:

go build

Tool examples

Sign in with your Google Account. Then get authorization code (oauth_token) cookie from browser storage. Should be valid for 10 minutes. Then exchange authorization code for refresh token (aas_et):

play -o oauth2_4/0Adeu5B...

Create a file containing X-DFE-Device-ID (GSF ID) for future requests:

play -d

Get app details:

> play -a com.google.android.youtube
creator: Google LLC
file: APK APK APK APK
installation size: 89.03 megabyte
downloads: 14.81 billion
offer: 0 USD
requires: Android 8.0 and up
title: YouTube
upload date: Sep 22, 2023
version: 18.38.37
version code: 1540222400

Acquire app. Only needs to be done once per Google account:

play -a com.google.android.youtube -acquire

Download APK. You need to specify any valid version code. The latest code is provided by the previous details command. If APK is split, all pieces will be downloaded:

play -a com.google.android.youtube -v 1540222400

Goals

  1. Android 11 (2020)
  2. Google Play Store 29 (2022)

Non goals:

email/password login. Up to Android 4.4 (2013), the login is protected with TLS fingerprinting, which is difficult but possible to bypass. Since Android 5 (2014), Google uses bot-guard via JavaScript to protect the login. I do not know how to reverse that, and I did not find any implementations online.

Contact

email
[email protected]
Discord
srpen6
https://discord.com/invite/WWq6rFb8Rf

Money

https://paypal.com/donate?hosted_button_id=UEJBQQTU3VYDY

Software is not licensed for commercial use. If you wish to purchase a commercial license, or for other business questions, contact me.

About

Download APK from Google Play or send API requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%