mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2025-04-19 14:59:54 +08:00
A bot based on icalingua++ docker backend
.github/workflows | ||
ica-rs | ||
news | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
config-temp.toml | ||
LICENSE | ||
news.md | ||
readme.md | ||
rust-toolchain.toml |
icalingua bot
这是一个基于 icalingua-bridge 的 bot
通用环境准备
- 安装 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