1404er / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!

Home Page:https://github.com/frozenpandaman/s3s/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3s ๐Ÿฆ‘

s3s is a script that uploads Splatoon 3 battle data from the SplatNet 3 service (part of the Nintendo Switch Online app) to stat.ink, a site for recording, visualizing, and aggregating statistics from the Splatoon series of games.

Looking to track your Splatoon 2 gameplay? See splatnet2statink. (ๆ—ฅๆœฌ่ชž็‰ˆใ‚ปใƒƒใƒˆใ‚ขใƒƒใƒ—ๆ‰‹้ † & ไธญๆ–‡็‰ˆ็š„ๅฎ‰่ฃ…่ฏดๆ˜Ž)

Features

  • Full automation of SplatNet token generation via user log-in
  • Exporting battle & Salmon Run job stats (as JSON files) locally to your computer
  • Support for all available game languages
  • Modular design to support IkaLog3 and other tools

What's coming?

  • Ability to parse & upload complete battle stats (as soon as stat.ink supports it!)
  • Monitoring for new battle & Salmon Run job results in real-time
  • Flag to black out other players' names from results
  • Downloadable, pre-packaged program executables

Usage ๐Ÿ™

$ python s3s.py [-M [N]] [-r] [-nsr | -osr]

The -M flag runs the script in monitoring mode, uploading new battles/jobs as you play, checking for new results every N seconds; if no N is provided, it defaults to 300 (5 minutes).

The -r flag checks for & uploads any battles/jobs present on SplatNet 3 that haven't yet been uploaded.

The -nsr flag makes Salmon Run jobs not be monitored/uploaded. Use this if you're playing Lobby modes only.

The -osr flag, conversely, makes only Salmon Run jobs be monitored/uploaded. Use this if you're playing at Grizzco only.

Example usage

Running python s3s.py -M -r uploads all recent Turf War/Ranked battles and Salmon Run jobs not already present on stat.ink, and then continues in monitoring mode, checking for new results every 5 minutes.

Running python s3s.py -M 900 -osr monitors for new Salmon Run results, checking every 15 minutes.

Setup instructions ๐Ÿ”ฐ

  1. Download and install Python 3. On Windows, grab the latest release from Python.org and check the option during setup to add it to your PATH. On macOS, install Homebrew and run brew install python from Terminal.

  2. If you're on Windows, install Git (pre-installed on macOS and Linux).

  3. Download the script from the command line (macOS: Terminal; Windows: Command Prompt/PowerShell) by running git clone https://github.com/frozenpandaman/s3s.git.

  4. Navigate to the newly-created directory (cd s3s/) and install the required Python libraries by running pip install -r requirements.txt. On Windows, you may have to use python -m pip instead.

  5. Running the script for the first time will prompt you to enter your stat.ink API Token (available in settings). If you're playing Splatoon 3 in a language other than English, you may enter your language code (locale) as well.

NOTE: Read the "Token generation" section below before proceeding. โ†’

  1. You will then be asked to navigate to a specific URL on Nintendo.com, log in, and follow simple instructions to obtain your session_token; this will be used to generate a gtoken and bulletToken. If you are opting against automatic token generation, enter "skip" for this step, at which point you will be asked to manually input your two tokens instead (see the mitmproxy instructions).

    These tokens (used to access your SplatNet battle results) along with your stat.ink API key and language will automatically be saved into config.txt for you. You're now ready to upload battles!

Have any questions, issues, or suggestions? Feel free to message me on Twitter or create an issue here.

่ณชๅ•ใŒใ‚ใ‚Œใฐใ€ใƒ„ใ‚คใƒƒใ‚ฟใƒผ(@frozenpandaman)ใง้€ฃ็ตกใ—ใฆใใ ใ•ใ„ใ€‚ๆ—ฅๆœฌ่ชžOKใ€‚

Accessing SplatNet 3 from your browser

If you wish to access SplatNet 3 from your computer rather than via the phone app, navigate to https://api.lp1.av5ja.srv.nintendo.net/ (it should show server maintenance). Use your browser or a third-party extension to add a cookie (Chrome instructions here) named _gtoken. Set it to the value you obtained previously (automatically by running the script, or via mitmproxy โ€“ stored as gtoken in config.txt) and refresh the page. If you only want to access SplatNet and don't have a stat.ink API key, simply enter "skip" for this step during setup.

To access SplatNet 3 in a language other than English, go to https://api.lp1.av5ja.srv.nintendo.net/?lang=xx-XX where xx-XX is one of the available language codes.

You can even enter QR codes on the web version of SplatNet 3 via the list of available ones here!

Splatoon 3 stage rotation information and current SplatNet gear are viewable at splatoon3.ink.

Token generation ๐Ÿช™

For s3s to work, tokens known as gtoken and bulletToken are required to access SplatNet. These tokens may be obtained automatically, using the script, or manually via the official Nintendo Switch Online app. Please read the following sections carefully to decide whether or not you want to use automatic token generation.

Automatic

Automatic token generation involves making a secure request to a non-Nintendo server with minimal, non-identifying information. We aim to be 100% transparent about this and provide in-depth information on security and privacy. Users who feel uncomfortable with this may opt to manually acquire their tokens instead.

Privacy statement: No identifying information is ever sent to the imink API. Usernames and passwords are far removed from where the API comes into play and are never readable by anyone but you, and returned hash values do not contain meaningful information about your account. It is not possible to use either sent or stored data to identify which account/user performed a request, to view any identifying information about a user, or to gain access to an account. See the imink API Privacy Policy and Documentation for more information.

Alternatively, you can use nsotokengen with an Android-x86 virtual machine as a drop-in replacement (customizable in config.txt) as a way to generate tokens locally without calls to a third-party API.

Manual

Users who decide against automatic token generation may instead generate/retrieve tokens manually via the SplatNet 3 service.

In this case, users must obtain tokens from their phone โ€“ or an emulator โ€“ by intercepting their device's web traffic and entering the tokens into s3s when prompted (or manually adding them to config.txt later). Follow the mitmproxy instructions to obtain your tokens. To opt against automatic acquisition, type "skip" when prompted to enter the "Select this account" URL.

License & copyleft statement ๐Ÿด

s3s is free software licensed under GPLv3. This means that you have freedom โ€“ to run, modify, copy, share, and redistribute this work as you see fit, as long as derivative works are also distributed under these same or equivalent terms.

Copyright is a recent, confusing, and often unnecessary human invention. Libraries, for example, predate copyright by thousands of years, and their their integral role in the "promotion of science" and "encouragement of learning" was acknowledged even before the first copyright statutes were enacted. If the first human who had the idea of a hammer claimed it as their intellectual property, we wouldn't have gotten very far as a species. Please consider sharing your work openly with the world. (statement adapted from here and here)

While this is a free and open-source project, its license does require attribution. If you are using any part of s3s, splatnet2statink, iksm.py, etc. in your project, please provide a link back to this repository. I have spent over half a decade and hundreds of hours of my personal time on these projects for the Splatoon community โ€“ so, at the least, some credit would be appreciated. :) Thank you! โ€“eli

About

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!

https://github.com/frozenpandaman/s3s/wiki

License:GNU General Public License v3.0


Languages

Language:Python 100.0%