A bot based on icalingua++ docker backend
shenjack
29c43e64e6
Refactor authentication key handling in main.rs Add event handler for any event Fix authentication signature generation | 我tm直接就是一个感动中国 aaaaaa | key! |
||
---|---|---|
bot | ||
ica-rs | ||
.gitignore | ||
config-temp.toml | ||
connect.py | ||
LICENSE | ||
main.py | ||
readme.md | ||
requirement.txt |
icalingua bot
这是一个基于 icalingua docker 版的 bot
出于某个企鹅, 和保护 作者 和 原项目 ( ica ) 的原因
功能请自行理解
使用方法
- 安装依赖
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