All Projects → dweinstein → Node Google Play Cli

dweinstein / Node Google Play Cli

Licence: mit
command line tools using the node-google-play library

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Google Play Cli

Humblebundle Downloader
Download you Humble Bundle Library
Stars: ✭ 213 (+267.24%)
Mutual labels:  cli, download
AndTTT
🎲 Simple tic tac toe game for Android
Stars: ✭ 15 (-74.14%)
Mutual labels:  protobuf, apk
Uber Adb Tools
A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform.
Stars: ✭ 106 (+82.76%)
Mutual labels:  apk, cli
Gf Cli
GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
Stars: ✭ 143 (+146.55%)
Mutual labels:  cli, protobuf
Pluradl.py
Automated download of Pluralsight courses
Stars: ✭ 406 (+600%)
Mutual labels:  cli, download
Protolint
A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
Stars: ✭ 142 (+144.83%)
Mutual labels:  cli, protobuf
Node Google Play
Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
Stars: ✭ 247 (+325.86%)
Mutual labels:  apk, download
Playmaker
Fdroid repository manager fetching apps from Play Store
Stars: ✭ 236 (+306.9%)
Mutual labels:  apk, download
Protolock
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
Stars: ✭ 394 (+579.31%)
Mutual labels:  cli, protobuf
Trubka
A CLI tool for Kafka
Stars: ✭ 296 (+410.34%)
Mutual labels:  cli, protobuf
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (+84.48%)
Mutual labels:  cli, protobuf
Uber Apk Signer
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Stars: ✭ 677 (+1067.24%)
Mutual labels:  apk, cli
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (+29.31%)
Mutual labels:  cli, download
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (+250%)
Mutual labels:  cli, download
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (+25.86%)
Mutual labels:  cli, download
Googleplay Api
Google Play Unofficial Python API
Stars: ✭ 278 (+379.31%)
Mutual labels:  apk, download
Ola
The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
Stars: ✭ 424 (+631.03%)
Mutual labels:  cli, protobuf
Apk Mitm
🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
Stars: ✭ 893 (+1439.66%)
Mutual labels:  apk, cli
Mkcli
Markdown command line interface definition
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (+0%)
Mutual labels:  cli

NPM

Build Status npm version

SYNOPSIS

Command line tools using the node-google-play library.

OPTIONS

The following environment variables are used:

  • GOOGLE_LOGIN - email address used on a mobile phone.
  • GOOGLE_PASSWORD - The password used to access the Play service.
  • ANDROID_ID - the ID for the device for Google. This is the GSF ID not the id from dialing *#*#8255#*#*. You can get the gsf id e.g., using the device id app

USAGE

I use the jq tool to stream the JSON results.

Download

Download the app to your current directory.

  • $ gp-download air.WatchESPN > air.WatchESPN.apk

Bulk Details

  • $ gp-bulk-details air.WatchESPN com.viber.voip | jq '.'

Delivery info

This info is sent from the server to the device before downloading the app.

  • $ gp-delivery air.WatchESPN | jq '.'

Integrity

Get the SHA1 checksum for the file from Google.

$ gp-get-sha1 air.WatchESPN
5381ff6fbcb36032aea1c3b83d921b94602c2f3a
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].