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

https://github.com/sp-yduck/splatpy2

A lightweight Python SDK for the Splatoon2 Web API
https://github.com/sp-yduck/splatpy2

sdk-python splatoon splatoon2

Last synced: 4 months ago
JSON representation

A lightweight Python SDK for the Splatoon2 Web API

Awesome Lists containing this project

README

          

# Splatpy2

A lightweight Python SDK for the Splatoon2 Web API

## Description
Splatpy2 is a lightweight Python SDK for the Splatoon2 Web API.

## Installation
```bash
pip install splatpy2
```
That's it. Now you can use this package!!

## Contribution
If you have any questions about this SDK, feel free to open the issue.
If there are any improvements to this repository, I would appreciate it if you could open a pull request.

## Refereces
* Documentation of the REST APIs used for the Nintendo Switch app, and embedded Splatoon 2 web app.
(https://github.com/ZekeSnider/NintendoSwitchRESTAPI)

* s2s API and flapg API which are used in this package.
(https://github.com/frozenpandaman/splatnet2statink)

* Documentation of errors or formats in the Nintendo Switch Online API
(https://github.com/tkgstrator/Salmonia3/wiki/Nintendo-Switch-Online-API)

## Author
Teppei Sudo (https://github.com/sp-yduck)

## LICENSE
MIT License