Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XiaoMiku01/PaimonBot
派蒙Bot / PaimonBot
https://github.com/XiaoMiku01/PaimonBot
bot cqhttp gensin nonebot2 paimon
Last synced: 6 days ago
JSON representation
派蒙Bot / PaimonBot
- Host: GitHub
- URL: https://github.com/XiaoMiku01/PaimonBot
- Owner: XiaoMiku01
- Created: 2021-03-13T18:30:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T09:10:52.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:16:38.337Z (3 months ago)
- Topics: bot, cqhttp, gensin, nonebot2, paimon
- Language: Python
- Homepage:
- Size: 41.7 MB
- Stars: 98
- Watchers: 2
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 派蒙Bot / PaimonBot
基于[Mrs4s](https://github.com/Mrs4s) / [go-cqhttp](https://github.com/Mrs4s/go-cqhttp)
和 [nonebot](https://github.com/nonebot) / [nonebot2](https://github.com/nonebot/nonebot2) 的原神QQ群聊机器人# 作者已退游 项目停止维护 感谢大家的支持
#### 小引一波
推荐关注几个非常可爱有趣的女孩!
欢迎B站搜索:
[@嘉然今天吃什么](https://space.bilibili.com/672328094/) [@向晚大魔王](https://space.bilibili.com/672346917/) [@乃琳Queen](https://space.bilibili.com/672342685/) [@贝拉kira](https://space.bilibili.com/672353429/) [@珈乐Carol](https://space.bilibili.com/351609538/)
#### 特别鸣谢[MingxuanGame](https://github.com/MingxuanGame) 的人物武器名字自动纠正功能
[小灰灰](https://github.com/MiniGrayGay) 的人物武器信息api### 环境
请务必使用**Python3.7**以上版本!!
尽量在linux下运行,windows下可能会有各种报错。
### 更新记录
2021-5-29 防刷屏功能
2021-5-22 更新1.5下版本材料(替换src/data文件夹即可) 2021-5-2 更新1.5版本周本材料
2021-4-29 修复米游社资料查询失败
2021-4-9 修复CD bug ,增加防闪照,新撤回涩图机制用法 回复Bot:撤回@发涩图指令的人
2021-4-7 更新武器资料,修复windows下路径bug
2021-4-6 修复Bug,增加涩图cd功能,默认60秒,在.env文件设置时间,超级用户不受影响
2021-4-5 优化涩图速度增加,增加涩图关键词搜索
2021-4-3 全部移植到nonebot2,增加防撤回,戳一戳等功能
.
.
.
2021-3-14 第一次更新### 部署方法
1 .卸载以前的nonebot
```shell
pip3 uninstall nonebot
```2.安装依赖库
```shell
pip3 install -r requirements.txt
```3.在.env和.env.dev文件中设置所需的cookie和SUPERUSERS(超级用户)
4.配置go-cqhttp 详细请观看[go-cqhttp官方文档](https://docs.go-cqhttp.org/) 和 [nonebot2官方文档](https://v2.nonebot.dev/)
注意!!PaimonBot连接端口为9898
注意!!PaimonBot连接端口为9898
注意!!PaimonBot连接端口为98985.运行Bot.py
```shell
python3 bot.py
```6.搭建成功,发送help获取菜单
### 目前功能
1.米游社资料查询
2.每日副本查询
3.角色资料查询
4.在线运行代码(目前支持py / js / c / c++ / c# / java)
5.群聊防撤回,戳一戳回复
6.~~涩图~~(不稳定,望谅解!ps超级用户可以回复**撤回**可以撤回最后一条涩图)### 注意事项
1.Bot账号请勿使用低等级小号,会导致风控使信息发不出来
2.若想稳定运行,请在服务器挂一个星期左右
3.将config.hjson文件中的消息分片打开可降级被风控的概率,不过会导致撤回涩图功能失效```config.hjson
// 是否强制分片发送消息
// 分片发送将会带来更快的速度
// 但是兼容性会有些问题
force_fragmented: true
```### 写在最后
本人能力较低,有些代码写的可能比较烂,请大佬亲喷,谢谢!
发现什么bug或者想要功能欢迎大家提iss和Pr。