frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
403 stars 72 forks source link

I made a setup/helper script and an AUR package #132

Closed North-West-Wind closed 1 year ago

North-West-Wind commented 1 year ago

I'm just here to inform you that I made something. In case you receive any issues reported by users regarding the AUR package, please redirect them to me.

Here's the repository: https://github.com/North-West-Wind/s3s-setup

Love your work!

frozenpandaman commented 1 year ago

This is cool, thanks @North-West-Wind, and appreciate the heads up as well! I don't know much about Arch – what's your use case here, or how does it work? Should I link this on the automation wiki page?

Also fun fact: s3s doesn't stand for splatnet3statink, it's just… its own thing, now ;) Sort of like how the band Andrew Jackson Jihad officially renamed themselves to AJJ lol

North-West-Wind commented 1 year ago

what's your use case here, or how does it work?

First time running the script will install s3s to ~/.config/s3s, since I read from #131 you suggested multi-profile to just be multiple copies of s3s.

After the initial run, the script redirects all passed arguments to s3s.py, so one can run it like this:

$ s3s [-M [N]] [-r] [-nsr | -osr] [--blackout]

This script wraps the original command so that running the command will always read config from ~/.config/s3s regardless of the working directory.
It also adds an extra function to copy gtoken directly to the clipboard, in order to be used for browsing SplatNet 3.

The repo also contains a systemd service to automatically update and upload battles/jobs every 5 minutes.

Should I link this on the automation wiki page?

That would be great! My repo's readme already has the installation instructions.

s3s doesn't stand for splatnet3statink

Oh lol, didn't know that. Will correct it asap

frozenpandaman commented 1 year ago

Very cool, thanks!!