https://github.com/apachecn-archive/rs-google-play

https://github.com/apachecn-archive/rs-google-play

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: apachecn-archive
  • License: mit
  • Language: Rust
  • Default Branch: master
  • Size: 3.25 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

rs-gpapi

Rust conversion (in-progress) from 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 Interact with play store APIs

USAGE: gpapi-cli [FLAGS] [OPTIONS]

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

OPTIONS: -c, --config 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 viabulkDetails` API.

USAGE: gpapi-cli bulk-details [FLAGS] ...

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

ARGS: ... Supply (multiple) package names (up to 100-150). ```

details

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

USAGE: gpapi-cli details [FLAGS]

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

ARGS: 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]

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

ARGS: Sets the package name to use Application version code ```

TODO

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

Owner

  • Name: ApacheCN 归档
  • Login: apachecn-archive
  • Kind: organization
  • Email: wizard.z@qq.com

防止重要项目丢失而设立的归档

GitHub Events

Total
Last Year

Dependencies

Cargo.toml cargo
gpapi/Cargo.toml cargo
gpapi-cli/Cargo.toml cargo