This commit is contained in:
Sky
2026-03-07 18:54:40 +00:00
commit 7bf95e3e2c
23 changed files with 2436 additions and 0 deletions

48
README.md Normal file
View File

@@ -0,0 +1,48 @@
# 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
接下来的目标
- [ ] ?