A bot based on icalingua++ docker backend
Go to file
2025-04-09 00:12:09 +08:00
.github/workflows fix action 2024-10-07 20:29:33 +08:00
ica-rs func -> consts 2025-04-09 00:12:09 +08:00
news 就喜欢花哨的 2025-04-08 00:18:19 +08:00
.gitignore 更新依赖, release 0.7.4 2024-11-08 19:01:34 +08:00
Cargo.lock 更新依赖 2025-04-07 23:21:48 +08:00
Cargo.toml dep update 2025-03-14 00:00:31 +08:00
config-temp.toml 我知道没修好,但是先丢上来 2024-03-15 00:40:22 +08:00
LICENSE add license 2023-10-03 12:37:11 +08:00
news.md ica 2.0.1 & dev 0.9.0 2025-03-29 00:20:29 +08:00
readme.md dev 就是 dev 2025-04-08 00:07:37 +08:00
rust-toolchain.toml hmmm 2024-12-06 21:34:38 +08:00

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