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 Distribution
gplay-1.0.6.tar.gz
(5.4 kB
view details)
File details
Details for the file gplay-1.0.6.tar.gz.
File metadata
- Download URL: gplay-1.0.6.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0 requests/2.11.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
507000c38642d1f4e38dcbb488f919cd3f403ec357a858400d3decf4127af22a
|
|
| MD5 |
4b1434108568e81b5e334730bb838750
|
|
| BLAKE2b-256 |
0d2edbb53e3162958a12fb4cc392f499c52cd37a70fcccad7da9001a6c6589e6
|