Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

dweinstein/rs-google-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-gpapi

This project is no longer active. I recommend using the EFF fork.

This is a rusty version of my other node.js project: https://github.com/dweinstein/node-google-play.

Documentation can be found here, but no promise it's the latest.

Usage

gpapi-cli 1.0
David Weinstein <dweinst AT insitusec DOT com>
Interact with play store APIs

USAGE:
    gpapi-cli [FLAGS] [OPTIONS] <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v               Sets the level of verbosity

OPTIONS:
    -c, --config <FILE>    Sets a custom config file

SUBCOMMANDS:
    bulk-details        Get details for a list of packages via `bulkDetails` API.
    details             Get details for a package.
    get-download-url    Get download url (purchase if necessary) for a package
    help                Prints this message or the help of the given subcommand(s)

bulk-details

gpapi-cli-bulk-details 1.0
Get details for a list of packages via `bulkDetails` API.

USAGE:
    gpapi-cli bulk-details [FLAGS] <PKGS>...

FLAGS:
    -d               print debug information
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <PKGS>...    Supply (multiple) package names (up to 100-150).

details

gpapi-cli-details 1.0
Get details for a package.

USAGE:
    gpapi-cli details [FLAGS] <PKG>

FLAGS:
    -d               print debug information
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <PKG>    Sets the package name to use

get-download-url

gpapi-cli-get-download-url 1.0
Get download url (purchase if necessary) for a package

USAGE:
    gpapi-cli get-download-url [FLAGS] <PKG> <VC>

FLAGS:
    -d               print debug information
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <PKG>    Sets the package name to use
    <VC>     Application version code

TODO

  • login and get auth token
  • support all api requests
    • details request
    • bulkDetails
    • apk download
  • set code license