A bot based on icalingua++ docker backend
Go to file
2024-05-04 13:37:54 +08:00
.github/workflows 更新日志:准备接入Matrix,去掉pyo3-async的依赖,启用ica,更新版本号为0.5.0 2024-03-12 00:47:00 +08:00
ica-py 将py部分移到ica-py里 2024-02-25 02:13:22 +08:00
ica-rs update! 2024-05-04 13:37:54 +08:00
.gitignore 更改目录结构 2024-02-25 12:37:38 +08:00
Cargo.lock update! 2024-05-04 13:37:54 +08:00
Cargo.toml update! 2024-05-04 13:37:54 +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 remove matrix support, use tailchat 0.6.0-dev 2024-03-29 02:03:27 +08:00
readme.md 0.4.4 2024-02-22 14:10:11 +08:00
rust-toolchain update! 2024-05-04 13:37:54 +08:00

icalingua bot

这是一个基于 icalingua docker 版的 bot

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

使用方法 ( Python 版 )

  • 安装依赖
python -m pip install -r requirement.txt

如果你想使用虚拟环境
可以使用 python -m venv venv 创建虚拟环境
然后使用 venv\Scripts\activate 激活虚拟环境
最后使用 python -m pip install -r requirement.txt 安装依赖

  • 修改配置文件
Copy-Item config-temp.toml config.toml
# 欸我就用 powershell 
  • icalingua 启动!
# 用你自己的方法启动你的 icalingua 后端
# 例如
docker start icalingua
# 或者
docker up -d
  • bot 启动!
python connect.py

使用方法 ( Rust 版 )

  • 准备一个 Python 环境

  • 修改好配置文件

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

运行