A bot based on icalingua++ docker backend
Go to file
2023-12-28 22:10:00 +08:00
.vs 将rtoml改为qtoml 2023-12-28 22:05:10 +08:00
bot add types 2023-10-07 00:22:28 +08:00
ica-rs Update rust_socketio dependency and add patch for local development 2023-12-11 21:27:08 +08:00
.gitignore 修改了readme(again) 2023-12-28 22:10:00 +08:00
config-temp.toml Add | readme and temp 2023-10-03 12:54:28 +08:00
connect.py 将rtoml改为qtoml 2023-12-28 22:05:10 +08:00
LICENSE add license 2023-10-03 12:37:11 +08:00
main.py F | 防止超时 2023-10-04 16:24:45 +08:00
readme.md 修改了readme 2023-12-28 22:08:28 +08:00
requirement.txt 将rtoml改为qtoml 2023-12-28 22:05:10 +08:00

icalingua bot

源项目

本项目fork自icalingua-python-bot
fork时版本69f202e83a7477490a58b5a1548d7d9240e82c72

简介

这是一个基于 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