Skip to content

sureshdsk/googleplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GooglePlay

Fear plays an interesting role in our lives. How dare we let it motivate us? How dare we let it into our decision-making, into our livelihoods, into our relationships?

It's funny, isn't it, we take a day a year to dress up in costume and celebrate fear?

Spooked (The Office) (2011)

Download APK from Google Play or send API requests

How to install?

Download Go from here:

https://golang.org/dl

and extract archive. Then download GooglePlay:

https://github.com/89z/googleplay/archive/refs/heads/master.zip

and extract archive. Then navigate to googleplay-master/cmd/googleplay, and enter:

go build

Tool examples

If you are outside the United States, you might need to create an App Password. Create a file containing Token (aas_et) for future requests:

googleplay -e EMAIL -p PASSWORD

Create a file containing Android_ID (GSF ID) for future requests:

googleplay -d

Get app details:

PS C:\> googleplay -a com.google.android.youtube
Title: YouTube
VersionString: 16.49.37
VersionCode: 1524886976
NumDownloads: 11.025 B
Size: 38.905 MB
Offer: 0.00 USD

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

googleplay -a com.google.android.youtube -purchase

Download APK. If APK is split, all pieces will be downloaded:

googleplay -a com.google.android.youtube -v 1524886976

Repo

https://github.com/89z/googleplay

About

Download APK from Google Play or send API requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.0%
  • PowerShell 1.0%