这是 shenjack 使用 socketio 链接某些服务后端编写的 bot 框架
目前 shenbot 0.9 正在进行大规模的 python 插件重写 插件 api 也有大规模修改 请使用 tag 功能 的 0.8.2 版本自行编译老版本
其实就是一些相关项目
- 安装 Python 3.8+
# 你可以使用你自己的方法安装 Python
# 例如
choco install python
# 或者
scoop install python
# 又或者
uv venv- 启动 icalingua 后端
# 用你自己的方法启动你的 icalingua-bridge
# 例如
docker start icalingua
docker-compose up -d-
准备一个 Python 环境
-
修改好配置文件
Copy-Item config-temp.toml config.toml- 编译
cargo build --release运行
cargo run --release -- -c config.toml