A Google Play Api Command Line Interface (CLI)
Project description
# Google Play CLI
## Install
```
pip install gplay
```
## Usage
```
Interact with Google Play services
Usage:
gplay track active
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--track=TRACK] PACKAGE_NAME
gplay track versions
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--track=TRACK] PACKAGE_NAME
gplay rollout
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--version-code=CODE] PACKAGE_NAME FRACTION
gplay reviews
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--review-id=ID] PACKAGE_NAME
gplay entitlements
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
PACKAGE_NAME
gplay upload
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--track=TRACK] [--faction=FRACTION] PACKAGE_NAME FILE
Commands:
track active get the active version code (defaults to 'production' track)
track versions get a tracks list with version codes
rollout increase the rollout percentage
reviews get list of reviews
entitlements get in app entitlements
upload upload APK (defaults to 'production' track)
Options:
--service-p12=FILE uses a p12 file for service account credentials
--service-json=FILE uses a json file for service account credentials
--oauth-json=FILE uses a client-secret json file for oauth credentials (opens browser)
--oauth uses a client-secret supplied with --client-id and --client-secret (opens browser)
--client-id=ID
--client-secret=SECRET
--track=TRACK select track (production, beta or alpha) [default: production]
--version-code=CODE app version code to select [default: latest]
--fraction=FRACTION the percentage of users that receives this update (0.2 .. 1)
--review-id=ID get a single review
```
## Install
```
pip install gplay
```
## Usage
```
Interact with Google Play services
Usage:
gplay track active
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--track=TRACK] PACKAGE_NAME
gplay track versions
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--track=TRACK] PACKAGE_NAME
gplay rollout
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--version-code=CODE] PACKAGE_NAME FRACTION
gplay reviews
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--review-id=ID] PACKAGE_NAME
gplay entitlements
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
PACKAGE_NAME
gplay upload
(--service-p12=FILE | --service-json=FILE | --oauth-json=FILE | (--oauth --client-id=ID --client-secret=SECRET))
[--track=TRACK] [--faction=FRACTION] PACKAGE_NAME FILE
Commands:
track active get the active version code (defaults to 'production' track)
track versions get a tracks list with version codes
rollout increase the rollout percentage
reviews get list of reviews
entitlements get in app entitlements
upload upload APK (defaults to 'production' track)
Options:
--service-p12=FILE uses a p12 file for service account credentials
--service-json=FILE uses a json file for service account credentials
--oauth-json=FILE uses a client-secret json file for oauth credentials (opens browser)
--oauth uses a client-secret supplied with --client-id and --client-secret (opens browser)
--client-id=ID
--client-secret=SECRET
--track=TRACK select track (production, beta or alpha) [default: production]
--version-code=CODE app version code to select [default: latest]
--fraction=FRACTION the percentage of users that receives this update (0.2 .. 1)
--review-id=ID get a single review
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for gplay-1.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0c939368a2bbbc332fc94325d8981ccab40bb89390f37906f86aabcea04ed86 |
|
MD5 | 3b7f4240291fb15465304dd4c5746715 |
|
BLAKE2b-256 | e27693a5ec273164ff714e48d655fa456ee8034c4da0056f2f8ad4961152427b |