Skip to main content

shadow lichess api

Project description

Shadow lichess API

Lichess API like functions that are not part of the official API.

Login

import slapi

lila2 = slapi.login("username", "password")

Send message

import slapi

result = slapi.sendmessage("recipientusername", "subject", "message", slapi.login("myusername", "password"))

Join tourney

import slapi

slapi.jointourney("tourneyid", slapi.login("username", "password"))

Talk tourney chat

import slapi

slapi.talktourneychat("tourneyid", slapi.login("username", "password"), "message")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slapi-0.0.6.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

slapi-0.0.6-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page