Add | readme and temp
This commit is contained in:
parent
0a8350e934
commit
e55c85a5ad
4
config-temp.toml
Normal file
4
config-temp.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
private_key = "" # 与 icalingua 客户端使用的 private_key 一致
|
||||
host = "" # docker 版 icalingua 服务的地址
|
||||
self_id = 0 # 机器人的 qq 号
|
42
readme.md
Normal file
42
readme.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
# icalingua bot
|
||||
|
||||
这是一个基于 icalingua docker 版的 bot
|
||||
|
||||
> 出于某个企鹅, 和保护 作者 和 原项目 ( ica ) 的原因 \
|
||||
> 功能请自行理解
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 安装依赖
|
||||
|
||||
```powershell
|
||||
python -m pip install -r requirement.txt
|
||||
```
|
||||
|
||||
> 如果你想使用虚拟环境 \
|
||||
> 可以使用 `python -m venv venv` 创建虚拟环境 \
|
||||
> 然后使用 `venv\Scripts\activate` 激活虚拟环境 \
|
||||
> 最后使用 `python -m pip install -r requirement.txt` 安装依赖
|
||||
|
||||
- 修改配置文件
|
||||
|
||||
```powershell
|
||||
Copy-Item config-temp.toml config.toml
|
||||
# 欸我就用 powershell
|
||||
```
|
||||
|
||||
- icalingua 启动!
|
||||
|
||||
```bash
|
||||
# 用你自己的方法启动你的 icalingua 后端
|
||||
# 例如
|
||||
docker start icalingua
|
||||
# 或者
|
||||
docker up -d
|
||||
```
|
||||
|
||||
- bot 启动!
|
||||
|
||||
```powershell
|
||||
python connect.py
|
||||
```
|
Loading…
Reference in New Issue
Block a user