The tool that syncs your Splatoon 3's battle/Salmon Run results with stat.ink.
100K+
The unofficial container image of s3s, the tool that syncs your Splatoon 3's battle/Salmon Run results with stat.ink. Before use it, you need to understand what s3s is and how it works at the official repository.
The official tool s3s is currently under development and rapidly updated without any specific stable version tag,
we catch up the main stream and reflect changes into latest tag, so frequent pull it (or use --pull always of docker run) is strongly recommended.
If you already have your own config.txt for s3s, it can be passed via the environment variable S3S_CONFIG like this:
s3s_config=$(cat config.txt); docker run -it --rm -e S3S_CONFIG="$s3s_config" isseim/s3s -M -r
💡 You can specify s3s options after image name like above -M -r.
docker run -it --rm --name s3s-for-config isseim/s3s -M
Waiting for new battles/jobs... (checking every 5 minutes)
Press Ctrl+C to exit. 300
docker cp s3s-for-config:/opt/s3s/config.txt .
GPLv3 (complying with the official repository)
Content type
Image
Digest
sha256:aebf58b78…
Size
19 MB
Last updated
about 1 year ago
docker pull isseim/s3s