Aims to be an updated library to support communicating with Nintendo's Switch Online Service.
See example.py for a quick example of how to setup a session token, request game service tokens, and retrieve basic data from Nintendo.
This package is available through pip. Install with
pip3 install nso-api
To build from this repo directly, clone the repo
git clone https://github.com/Jetsurf/nso-api.git
Then install with pip3
pip3 install .
(from cloned directory)
S2S - @frozenpandaman - Original foundation of login flow (iksm.py)
iMink - @jonewang - Built-in F-Token provider
NXApi - @samuelelliott - Built-in F-Token provider
Documentation