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

tdido/googleplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 install?

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

google-main/cmd/play

and enter:

go build
  1. https://go.dev/dl

Tool examples

Before trying to Sign in, make sure your location is correct, to avoid geo-blocking. You can test by logging into your Google account with a web browser. Also, make sure the Google account you are using has logged into the Play Store at least once before, using a physical or virtual Android device. Create a file containing token (aas_et) for future requests:

play -email EMAIL -passwd PASSWORD

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

play -device

Get app details:

> play -d com.google.android.youtube
creator: Google LLC
file: APK APK APK APK
installation size: 49.53 megabyte
downloads: 14.05 billion
offer: 0 USD
title: YouTube
upload date: May 19, 2023
version: 18.20.34
version code: 1537856960

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

play -d com.google.android.youtube -purchase

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 -d com.google.android.youtube -v 1537856960

Contact

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

Money

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%