Satori-python

Latest version: v0.16.4

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.4.0

破坏性改动
- `Account` 移除 `client` 属性

新增
- `App` 支持 webhook 配置与连接,使用 `WebhookInfo`
- `Server` 支持 webhook 配置,同样使用 `WebhookInfo`
- 新增 `Account.session` 属性,负责 api 的请求
- 新增 `Account.custom` 方法,用于自定义 api 请求的目的地址

改进
- `ClientInfo` 改名为 `WebsocketsInfo`
- `Server` 在推送事件失败后不会抛出异常而是打印
- 原 Account 下的方法转为间接调用 session
- `BaseNetwork` 不再维护 api 调用,只负责接收事件

修复
- 修复请求头的字段异常

**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.3.1...v0.4.0

0.3.1

- 修复 `Audio`, `File`,`Video` 未继承 `Resource` 的问题

**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.3.0...v0.3.1

0.3.0

新增
- `App.lifecycle` 装饰器,用于注册一个监听账号生命周期的函数
`lifecycle` 需要两个参数:`account: Account` 和 `state: LoginStatus`
`state` 会用到如下 `LoginStatus`:
- `ONLINE`: 成功创建并初始化 Account 实例。
- `CONNECT`: App 成功与 Account 对应的平台账号连接
- `DISCONNECT`: App 解除与 Account 对应的平台账号的连接,一般由服务端下线导致
- `OFFLINE`: Account 实例被移除。此时 App 也进入退出状态

**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.2.1...v0.3.0

0.2.1

- `user_channel_create` 增加 `guild_id` 可选参数

**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.2.0...v0.2.1

0.2.0

新增
- 服务端模型 `Server` 与适配器模型 `Adapter`。适配器需要实现基类方法,由 Server 统一调度
- WebHook 连接 (WIP)

改进
- `main.py` -> `client.py`,以区分客户端与服务端

修复
- 修复客户端下 API 请求的错误处理逻辑
- 修复WS 鉴权时的问题

服务端示例:

python
from satori import Server, Adapter

server = Server(port=5140)
server.apply(Adapter())
server.run()


**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.1.1...v0.2.0

0.1.1

- 现在会在事件解析失败时日志提醒
- `At.at` 移除,`At.at_all` 改成 `At.all`
- `Resource.of` 的 raw 拆为 raw 和 mime

**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.1.0...v0.1.1

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.