Giter Site home page Giter Site logo

google-downloader-go's Introduction

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

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. Pixel 6 (2021)
  2. Android 12 (2021)
  3. Google Play 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.

support

because of repeated abuse, as of november 5 2023, I no longer offer free discussion of this software. so unless you have paid up front, do not:

  1. post an issue
  2. post a pull request
  3. message me on Discord
  4. email me

software is not licensed for commercial use. if you wish to purchase a commercial license, contact me.

email
[email protected]
Discord
srpen6
https://discord.com/invite/WWq6rFb8Rf
PayPal
https://paypal.com/donate?hosted_button_id=UEJBQQTU3VYDY
Ethereum
0xB614Ff822c8Df557dd4714f80Cd280Bc3887390F
Tether
0xfcF0b126A22f08881ccD7473439762A42201b77F

google-downloader-go's People

Contributors

3052 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.