Skip to content

JX3API/jx3api-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jx3api-py

The Python SDK to the JX3API.

Installation

From pypi

pip install --no-cache -U jx3api

From github

pip install --no-cache -U git+https://github.com/JX3API/jx3api-py.git

Quick Start

Sync

from jx3api import JX3API

api = JX3API(token=..., ticket=...)

api.active_calendar(server="梦江南")

Async

from jx3api import AsyncJX3API

async_api = AsyncJX3API(token=..., ticket=...)

await async_api.active_calendar(server="梦江南")

# Websocket
async for msg in async_api.socket():
    ...

FYI

The codes in this repository are all automatically generated by large language model.

:)

About

JX3API Python SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages