Skip to main content

Script to automatically upload new files appearing in a directory to sc2replaystats.

Project description

sc2replaystats_uploader

image image Documentation Status

Script to automatically upload new StarCraft II replays appearing in a directory to sc2replaystats.

Installation

Just pip install sc2replaystats_uploader!

Usage

The parameters are documented:


dominik@dell ~/Code/sc2replaystats_uploader % sc2replaystats_uploader --help                                                                                                             [0]
Usage: sc2replaystats_uploader [OPTIONS]

  Console script for sc2replaystats_uploader.

Options:
  --auth TEXT     sc2replaystats authorization key; find it in
                  https://sc2replaystats.com/account/settings -> API Access
                  [required]

  --path PATH     Directories in which to find replays. You can put multiple
                  such options here. If using multiple in an environment
                  variable, separate them with a colon ':'.  [required]

  --help          Show this message and exit.

You can either put them in as flags:


sc2replaystats_uploader --auth "AUTHKEYGOESHERE" --path "EU_REPLAY_DIR" --path "US_REPLAY_DIR"

Or you can use environment variables:

export SC2REPLAYSTATS_AUTH="AUTHKEYGOESHERE"
export SC2REPLAYSTATS_PATH="EU_REPLAY_DIR:US_REPLAY_DIR"
sc2replaystats_uploader

You can exit through Control-C.

Usage with Lutris

I launch these scripts with SC2 through Lutris. In "System options", set a path to a pre-launch script to an executable Bash file containing the following:

#!/usr/bin/bash
# do other stuff, Toggl tracking, etc
export SC2REPLAYSTATS_AUTH="AUTHKEYGOESHERE"
export SC2REPLAYSTATS_PATH="EU_REPLAY_DIR:US_REPLAY_DIR"
sc2replaystats_uploader

Then, to shut the script down, have a post-exit script that goes

#!/usr/bin/bash
pkill -f sc2replaystats_uploader

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2020-08-25)

  • First release on PyPI.

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

sc2replaystats_uploader-0.2.4.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

sc2replaystats_uploader-0.2.4-py2.py3-none-any.whl (6.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sc2replaystats_uploader-0.2.4.tar.gz.

File metadata

  • Download URL: sc2replaystats_uploader-0.2.4.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for sc2replaystats_uploader-0.2.4.tar.gz
Algorithm Hash digest
SHA256 4667837a2c65c01e2b11cd5b977eb0d240d6d2418f937fed38fad8e1454f802e
MD5 824769b05e529ace36b537d50a19588f
BLAKE2b-256 8946ad5b8f3168df981cb603a9999c2e99a6e1d0ed3ace05a435487b73f8f385

See more details on using hashes here.

Provenance

File details

Details for the file sc2replaystats_uploader-0.2.4-py2.py3-none-any.whl.

File metadata

  • Download URL: sc2replaystats_uploader-0.2.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for sc2replaystats_uploader-0.2.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 77eb424487100faebe058164cdf3a68728fdd69dcc2aac897fdc132dcfa9d908
MD5 f62147f7b60aa3dac3e0519301d2fe03
BLAKE2b-256 e7ab58744339d09f15439af7ee7f5d43afb8c3dac4d89d0ba4562adb4611b918

See more details on using hashes here.

Provenance

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