An open API service indexing awesome lists of open source software.

https://github.com/eliboa/ink-proxy

A simple tool to extract iksm_session token from Nintendo Switch Online app
https://github.com/eliboa/ink-proxy

iksm nintendo proxy splatoon switch

Last synced: about 1 year ago
JSON representation

A simple tool to extract iksm_session token from Nintendo Switch Online app

Awesome Lists containing this project

README

          

# Disclaimer
This app is no longer maintained and no longer works with NSO app new version.
Check this [API](https://github.com/frozenpandaman/splatnet2statink/wiki/api-docs) to retrieve your iksm token

# Ink Proxy
A simple tool to extract iksm_session token from Nintendo Switch Online app
![Gif](http://splatoon.eu/ink-proxy/screen.gif)

## Download
Download the latest [Windows installer](https://github.com/eliboa/ink-proxy/releases)

## How does it work ?
This electron app uses [mitm proxy](https://github.com/mitmproxy/mitmproxy) to create a proxy on your computer, so it is possible to sniff http packets from Splatnet on your phone (NSO app) and retrieve your iksm session.

## Use / Related
iksm_session token can be used to access the Splatnet API (Splatoon 2).

* [NintendoSwitchRESTAPI](https://github.com/ZekeSnider/NintendoSwitchRESTAPI) Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.
* [stat.ink](https://github.com/fetus-hina/stat.ink)
* [splatnet2statink](https://github.com/frozenpandaman/splatnet2statink)