Skip to content
This repository was 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

2ba8250 · Sep 13, 2021

History

15 Commits
May 22, 2021
May 22, 2021
Jan 12, 2019
Jan 12, 2019
May 22, 2021
Sep 13, 2021

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