mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
# LittlePaimon
|
||
|
||
原神qq机器人,基于[HoshinoBot](https://github.com/Ice-Cirno/HoshinoBot)和[go-cqhttp](https://github.com/Mrs4s/go-cqhttp)开发。
|
||
|
||
|
||
|
||
# READMD编辑中.....
|
||
|
||
敬请期待
|
||
|
||
|
||
# 使用方法
|
||
|
||
> 环境准备:一台电脑或云服务器,Windows或Linux都可。
|
||
>
|
||
> Python3.8及以上,安装ffmpeg。
|
||
1. 克隆\下载项目
|
||
* 使用git(推荐,方便版本更新)
|
||
- 安装[git](https://git-scm.com/)
|
||
|
||
- 命令行cd到存放目录,进行克隆
|
||
|
||
```
|
||
git clone https://github.com/CMHopeSunshine/LittlePaimon
|
||
```
|
||
|
||
|
||
* 直接下载,解压
|
||
2. 安装依赖
|
||
```
|
||
cd LittlePaimon # 进入LittlePaimon目录
|
||
pip install -r requirements.txt
|
||
```
|
||
|
||
|
||
|
||
# 感谢
|
||
|
||
- [HoshinoBot](https://github.com/Ice-Cirno/HoshinoBot) - 基于nonebot1的QQ-bot框架
|
||
|
||
- [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) - Onebot标准的框架实现
|
||
- [egenshin](https://github.com/pcrbot/erinilis-modules/tree/master/egenshin) - 参考了它的抽卡代码和资源
|