LiteyukiBot-TriM/README.md

77 lines
2.5 KiB
Markdown
Raw Normal View History

2024-02-28 17:13:04 +00:00
<div align="center">
<img src="https://ks.liteyuki.icu:809/static/img/liteyuki_icon.png" style="width: 30%; margin-top:10%;" alt="a">
</div>
<div align=center>
<h2>
<font color="#d0e9ff">
轻雪
</font>
<font color="#a2d8f4">
6.0
</font>
</h2>
</div>
<div align=center><h4>轻量,高效,易于扩展</h4></div>
- 基于[Nonebot2]("https://github.com/nonebot/nonebot2"),有良好的生态支持
- 集成了上一代轻雪的优点和~~缺点~~
2024-02-28 17:48:12 +00:00
- 支持一切Onebot标准通信后续会支持更多的平台
2024-02-28 17:13:04 +00:00
## 手动安装和部署
2024-03-18 16:27:40 +00:00
1. 安装`Git`和`Python3.10+`
2. 克隆项目到本地`git clone https://github.com/snowykami/LiteyukiBot`
3. 切换到轻雪目录`cd LiteyukiBot`
4. 安装依赖`pip install -r requirements.txt`
5. 启动`python main.py`
2024-02-28 17:13:04 +00:00
2024-02-28 17:48:12 +00:00
## 一键部署脚本(复制到本地保存执行)
#### 提前部署好`Python3.10+`环境和`Git`环境
#### Windows
2024-02-28 17:13:04 +00:00
2024-02-28 17:27:10 +00:00
```bash
chcp 65001
git clone https://github.com/snowykami/LiteyukiBot
cd LiteyukiBot
pip install -r requirements.txt
2024-02-28 17:48:12 +00:00
echo python3 main.py > start.bat
2024-03-18 16:27:40 +00:00
echo Install finished! Please click "start.bat" to start the bot!
2024-02-28 17:27:10 +00:00
```
2024-02-28 17:48:12 +00:00
#### Linux
2024-02-28 17:27:10 +00:00
```bash
git clone https://github.com/snowykami/LiteyukiBot
cd LiteyukiBot
pip install -r requirements.txt
2024-02-28 17:48:12 +00:00
echo python3 main.py > start.sh
2024-02-28 17:27:10 +00:00
chmod +x start.sh
2024-03-18 16:27:40 +00:00
echo Install finished! Please run "sh start.sh" to start the bot!
2024-02-28 17:27:10 +00:00
```
2024-02-28 17:13:04 +00:00
## 注意事项
2024-02-28 17:48:12 +00:00
- 首次启动会提醒用户注册超级用户
- Bot会自动检测新版本若出现新版本可用`git pull`命令更新
### Onebot实现端配置
2024-03-18 16:27:40 +00:00
| 字段 | 参考值 | 说明 |
|----|-------------------------------|---------------------------|
| 协议 | 反向WebSocket | 轻雪默认使用反向ws协议进行通信即轻雪作为服务端 |
| 地址 | ws://`host`:`port`/onebot/v11 | 地址取决于配置文件,默认为`20216`端口 |
2024-02-28 17:13:04 +00:00
2024-03-18 16:27:40 +00:00
### 推荐方案(QQ)
2024-02-28 17:48:12 +00:00
1. 使用`Lagrange.Core``Lagrange.Core`支持多种协议
2. 云崽的`icqq-plugin`和`ws-plugin`进行通信
3. `Go-cqhttp`(目前已经半死不活了)
4. 人工实现的`Onebot`协议自己整一个WebSocket客户端看着QQ的消息然后给轻雪传输数据
2024-03-18 16:27:40 +00:00
### 推荐方案(Minecraft)
1. 我们有专门为Minecraft开发的服务器Bot支持OnebotV11/12标准详细请看[MinecraftOneBot](https://github.com/snowykami/MinecraftOnebot)
2024-02-28 17:13:04 +00:00
2024-02-28 17:48:12 +00:00
请先自行查阅文档若有困难请联系相关开发者而不是Liteyuki的开发者
2024-02-28 17:13:04 +00:00
## 鸣谢