Files
py-onebot/README.md
2026-03-07 18:54:40 +00:00

49 lines
640 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# py-onebot
这是一个使用`aiohttp`的简单[onebot11](https://11.onebot.dev)实现,只使用正向`websocket`
# 注意:
推荐搭配vscode+pyright使用大部分函数有类型标注可以帮助你避免一些基础问题
# 功能:
- CQUPT跑步
请在./res/db.json 填入
```json
{
"sport": {
"QQ ID": "WX openid",
}
}
```
请在./res/points.json 填入
```json
[
[106.60741427951389, 29.532137315538193],
...
]
```
- 下载B站视频
# 使用
- 运行
```
nix run .
```
- 远程部署
```
deploy .
```
# 文档
目前还没有,暂时没有时间写
# Target
接下来的目标
- [ ] ?