Satori Protocol SDK for python
Project description
satori-python
基于 Satori 协议的 Python 开发工具包
协议介绍
协议端
目前提供了 satori
协议实现的有:
- Chronocat
- Koishi (搭配
@koishijs/plugin-server
)
安装
pip install satori-python
使用
from satori import App, Account, Event, ClientInfo
app = App(ClientInfo(port=5140))
@app.register
async def on_message(account: Account, event: Event):
if event.user and event.user.id == "xxxxxxxxxxx":
await account.send(event, "Hello, World!")
app.run()
文档
请阅读 仓库文档
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
satori_python-0.1.1.tar.gz
(11.8 kB
view hashes)
Built Distribution
Close
Hashes for satori_python-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af7dd1c43ca9be32e56f779e722d2f660dcdacf306b383df891c8a13f77437a8 |
|
MD5 | a0f8fe22d1bf95e9c0ab8f46a15bdeb7 |
|
BLAKE2b-256 | 7829027ba5e581d1d5cb9ad79cc16da7387a934cc6282d119ab2e69b6acf8019 |