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
- Host: GitHub
- URL: https://github.com/sp-yduck/splatpy2
- Owner: sp-yduck
- License: mit
- Archived: true
- Created: 2022-02-14T02:03:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T15:38:22.000Z (over 3 years ago)
- Last Synced: 2025-09-22T22:18:42.171Z (8 months ago)
- Topics: sdk-python, splatoon, splatoon2
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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