Metadata-Version: 2.1
Name: nso-api
Version: 0.9.18
Summary: Nintendo Switch Online API Python Library
Author: jetsurf, 616e6479
License: GPL
Project-URL: Homepage, https://github.com/Jetsurf/nso-api
Project-URL: Bug Tracker, https://github.com/Jetsurf/nso-api/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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](https://github.com/frozenpandaman/splatnet2statink) - [@frozenpandaman](https://twitter.com/frozenpandaman) - Original foundation of login flow (iksm.py)

[iMink](https://github.com/JoneWang/imink) - [@jonewang](https://twitter.com/JoneWang) - Built-in F-Token provider

[NXApi](https://github.com/samuelthomas2774/nxapi-znca-api) - [@samuelelliott](https://x.com/_samuelelliott) - Built-in F-Token provider

## TODO 
Documentation
