sendou-py

An async Python library for Sendou.ink


Keywords
splatoon, sendou, ink
License
MIT
Install
pip install sendou-py==0.2.2

Documentation

sendou.py

An async Python client for Sendou.ink

This package is a currently a work in progress.

Maintainers

  • Vincent Lee

Dependencies

  • aiohttp
  • python-dateutil

Installation

pip install sendou.py

Supported Endpoints

  • Get user
  • Get Tournament Info
  • Get Tournament Teams
  • Get Tournament Match Info

Usage

import sendou

client = sendou.Client("API_KEY")
# Get Sendou's user object
await client.get_user("79237403620945920")

Getting an API Key

To use this library, you must have an API key. You need to DM Sendou for an API Key currently.