Giter VIP home page Giter VIP logo

gplaydl's Introduction

Command Line Utility to Download APK Files

Download APK files from Google Play Store to your PC directly. A command line implementation of NoMore201/googleplay-api

Installation

pip3 install gplaydl

or

git clone https://github.com/rehmatworks/gplaydl.git

CD into gplaydl and then:

python3 setup.py install

Usage:

-h, --help            show this help message and exit
-c, --configure       Create the configuration file by providing your Google
                     email and password (preferably app password).
-id, --packageId
                     Package ID of the app, i.e. com.whatsapp
-e, --email
                     Google username
-p, --password
                     Google password
-d, --directory
                     Path where to store downloaded files
-dc, --deviceCode
                     Device code name
-ex, --expansionfiles
                     Download expansion (OBB) data if available

Examples

Save your email and password in config cache:

gplaydl --configure -e [email protected] -p passwordOrAppPassword

Download an APK file (i.e. WhatsApp):

gplaydl -id com.whatsapp

Use gplaydl without saving login info in cache:

gplaydl -id com.whatsapp -e [email protected] -p password

Store APK file in a custom directory:

gplaydl -id com.whatsapp -d folder-name-or-path

Download a game with expansion (OBB) files (Does not make a difference if expansion files are not available for an app or a game):

gplaydl -id com.rayark.Cytus.full -ex

Upload a specific device by code (Defaults to bacon) (Available Devices):

gplaydl -id com.whatsapp -dc angler

Features:

  • No need to provide device ID (Generated automatically))
  • No need to provide auth token (Generated automatically)
  • Re-uses auth token and refreshes it if expired

Credits:

NoMore201/googleplay-api

gplaydl's People

Contributors

rehmatworks avatar

Watchers

James Cloos 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.