Skip to content

simple setup instructions

eli fessler edited this page Apr 12, 2019 · 2 revisions

As of v1.4.2, pre-compiled executables are available for splatnet2statink. These downloadable versions of the script include Python and all required packages, so you don't have to install anything separately. Only the most recent version of the script (excluding minor updates) is available to download.

NOTE: Please attempt the regular setup instructions before proceeding – installing Python is simple and is the recommended way to run the script, and makes obtaining future updates much easier!

Setup instructions (simple version)

  1. Navigate to the releases page, download the .zip file for either Mac or Windows, and unzip it.

  2. Open a command line interface (CLI) window. On macOS, this is Terminal. On Windows, this is PowerShell or Command Prompt.

  3. Take the unzipped file – named either splatnet2statink or splatnet2statink.exe – and drag it on top of the CLI window. (This is a shortcut to copy the path into the CLI, in lieu of manually typing out the full path to the file.)

  4. Type in the arguments/flags you want (see "Usage" in the readme and the examples below) and press Enter to run the script.

For next steps, see step 5 in the regular setup instructions. If you run into any issues, feel free to message me on Twitter.

Examples

/path/to/splatnet2statink.exe: Manually input the number of recent battles you wish to upload, 1–50.

/path/to/splatnet2statink.exe -M 900: Run the script in monitoring mode, checking for new battles every 15 minutes.

/path/to/splatnet2statink.exe -r: Upload any battles not yet present on stat.ink, then exit.

/path/to/splatnet2statink.exe -M -r: Upload any battles not yet present on stat.ink, then run in monitoring mode, checking for new battles every 5 minutes (default time).

/path/to/splatnet2statink.exe --salmon -r: Upload all recent Salmon Run jobs not already present on stat.ink.

(The .exe part of the path is only present on Windows.)

Clone this wiki locally