Skip to main content

google play store delivering tool

Project description

Latest Version License Supported Python versions Development Status

Upload screenshots, metadata of your app to the Play Store using a single command

deliver can upload app screenshots to google play backend.

usage

Usage:

playdeliver [options] upload <package> <output_dir>
playdeliver [options] init <package> <output_dir>
playdeliver (-h | --help)
playdeliver --version

Options:

-h --help
Show this screen.

--version
Show version.

--service-email=<e>
Account service email. Use this option together with `--key` to pass a
corresponding keyfile for user.

--key=<k>
Path to *.p12 keyfile for user specified with `service-email`

--credentials=<c>
Path to credentials json file. This file is a alternative solution to log
into play. Download the file from play service administration page.

-i --images
Upload/download images default is all

-l --listings
Upload/download listing

-p --inapp
Upload/download inapp products

google login

Google login credentials can be passed in different ways. If the credentials json file is not passed via --credentials, --service-email and --service-key, playdeliver will try to find the filepath either in a environment variable called PLAY_DELIVER_CREDENTIALS or in the user folder: home/.playdeliver/credentials.json.

requirements

  • OSX (did not test on linux or windows)

  • python 2.7

  • a play service user for you game

install

with pip

pip install playdeliver

from source

clone source:

pip install -r requirements.txt
python setup.py

licence

MIT License

1.1.0 (2015/04/08) Minor Adjustments

+ login via credentials json
+ lookup of credentials file in env and homefolder
+ upload/download inapp packages

1.0.0 (2015/03/25) First release

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

playdeliver-1.1.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page