socket-bot/readme.md

50 lines
727 B
Markdown
Raw Permalink Normal View History

2023-10-03 12:54:28 +08:00
# icalingua bot
这是一个基于 icalingua docker 版的 bot
> 出于某个企鹅, 和保护 作者 和 原项目 ( ica ) 的原因 \
> 功能请自行理解
2024-06-10 16:32:09 +08:00
## 通用环境准备
- 安装 Python 3.8+
2024-08-18 13:17:48 +08:00
2024-06-10 16:32:09 +08:00
```powershell
# 你可以使用你自己的方法安装 Python
# 例如
choco install python
# 或者
scoop install python
```
- 启动 icalingua 后端
```bash
# 用你自己的方法启动你的 icalingua 后端
# 例如
docker start icalingua
docker-compose up -d
```
2024-08-18 13:17:48 +08:00
## 使用方法
2024-06-10 16:32:09 +08:00
- 准备一个 Python 环境
- 修改好配置文件
```powershell
Copy-Item config-temp.toml config.toml
```
- 编译
```powershell
cargo build --release
```
运行
```powershell
cargo run --release -- -c config.toml
```