A bot based on icalingua++ docker backend
Go to file
2024-08-18 13:17:48 +08:00
.github/workflows 更新日志:准备接入Matrix,去掉pyo3-async的依赖,启用ica,更新版本号为0.5.0 2024-03-12 00:47:00 +08:00
ica-rs ok 2024-08-18 13:16:20 +08:00
.gitignore p1 2024-06-15 00:35:21 +08:00
Cargo.lock 0.7.1? 2024-08-18 13:13:52 +08:00
Cargo.toml try tailchat 2024-06-02 23:52:12 +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 版本号 2024-08-18 13:15:53 +08:00
readme.md 去掉 ica-py 的部分 2024-08-18 13:17:48 +08:00
rust-toolchain update! 2024-05-04 13:37:54 +08:00

icalingua bot

这是一个基于 icalingua docker 版的 bot

出于某个企鹅, 和保护 作者 和 原项目 ( ica ) 的原因
功能请自行理解

通用环境准备

  • 安装 Python 3.8+
# 你可以使用你自己的方法安装 Python
# 例如
choco install python
# 或者
scoop install python
  • 启动 icalingua 后端
# 用你自己的方法启动你的 icalingua 后端
# 例如
docker start icalingua
docker-compose up -d

使用方法

  • 准备一个 Python 环境

  • 修改好配置文件

Copy-Item config-temp.toml config.toml
  • 编译
cargo build --release

运行

cargo run --release -- -c config.toml