Skip to content

Python library to handle Nintendo Switch Online API calls and authentication

License

Notifications You must be signed in to change notification settings

Jetsurf/nso-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nso-api

Aims to be an updated library to support communicating with Nintendo's Switch Online Service.

Example:

See example.py for a quick example of how to setup a session token, request game service tokens, and retrieve basic data from Nintendo.

Installation

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)

Credit

S2S - @frozenpandaman - Original foundation of login flow (iksm.py)

iMink - @jonewang - Built-in F-Token provider

NXApi - @samuelelliott - Built-in F-Token provider

TODO

Documentation

About

Python library to handle Nintendo Switch Online API calls and authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages