nonebot_plugin_dialectlist/README.md

97 lines
3.0 KiB
Markdown
Raw Normal View History

2022-08-25 21:14:48 +08:00
<div align="center">
<a href="https://v2.nonebot.dev/store"><img src="https://s2.loli.net/2022/06/16/opBDE8Swad5rU3n.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
<br>
<p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
</div>
<div align="center">
2022-08-25 19:05:36 +08:00
# 话痨排行榜
2022-08-25 21:14:48 +08:00
nonebot-plugin-dialectlist
\>📄看看群友们这些天在群里水了多少话📄<
</div>
2022-08-25 19:05:36 +08:00
## 版本
2022-09-10 15:24:45 +08:00
v1.0 支持频道咯!(*^_^*)
2022-08-25 19:05:36 +08:00
⚠ 适配nonebot2-2.0.0b5+
## 安装
1. 通过`pip`或`nb`安装;
>**通过pip**安装
`pip install nonebot-plugin-dialectlist`
>**通过nb**安装
2022-08-25 19:06:23 +08:00
`nb plugin install nonebot-plugin-dialectlist`
2022-08-25 19:05:36 +08:00
### 插件依赖于
1. [nonebot-plugin-chatrecorder](https://github.com/noneplugin/nonebot-plugin-chatrecorder) ————获取历史的消息
2. [nonebot-plugin-datastore](https://github.com/he0119/nonebot-plugin-datastore) ————储存历史的消息
2022-09-10 15:24:45 +08:00
3. [nonebot-plugin-guild-patch](https://github.com/mnixry/nonebot-plugin-guild-patch) —————适配频道消息
## 配置
2022-09-10 23:06:08 +08:00
需要**提前配置**本插件所**依赖的插件**
2022-09-10 15:24:45 +08:00
在环境配置中,可以添加以下配置项
```python
dialectlist_string_format: str = '第{index}名:\n{nickname},{chatdatanum}条消息\n' #格式
dialectlist_string_suffix_format: str = '\n你们的职业是水群吗————MYX\n计算花费时间:{timecost}秒' #后缀字符
dialectlist_get_num:int = 10 #排行榜长度
```
2022-09-10 23:06:08 +08:00
也可以完全不配置,将会按照默认配置走
2022-09-10 15:24:45 +08:00
2022-08-25 19:05:36 +08:00
## 命令
-`/群话痨排行榜` ————看看有史以来(机器人存在以来)群友们发了多少消息!
-`/今日群话痨排行榜` ————看看今天的群友发了多少消息!
-`/昨日群话痨排行榜` ————看看昨天的群友发了多少消息!
-`/本周群话痨排行榜` ————看看本周的群友发了多少消息!
-`/本月群话痨排行榜` ————看看这个月的群友发了多少消息!
-`/年度群话痨排行榜` ————看看今年的群友发了多少消息!
-`/历史群话痨排行榜` ————看看历史上(机器人存在以来)的群友发了多少消息!
2022-09-10 23:06:08 +08:00
**注意:频道内不管任何一个都是查看有史以来的消息(储存时间的不好写(以后会写的!))**
2022-08-25 19:05:36 +08:00
## 另外
### 感谢
2022-09-10 15:24:45 +08:00
2022-08-25 19:05:36 +08:00
本插件的__init__.py中的处理函数参考了词云中的方法 ~~其实大部分都是Ctrl+C Ctr+V~~
[nonebot-plugin-wordcloud](https://github.com/he0119/nonebot-plugin-wordcloud)
2022-09-10 15:24:45 +08:00
## TODO
2022-09-10 23:06:08 +08:00
1. 私聊的查询 ~~(让我先咕一会)~~
2. 可视化排行榜
2022-09-10 15:24:45 +08:00
2022-09-10 23:06:08 +08:00
3. 优化代码结构(?)(看起来非常乱了)
2022-09-10 15:24:45 +08:00
## 已知BUG
2022-08-25 19:05:36 +08:00
2022-09-10 15:24:45 +08:00
### 频道中同名的人会出现计数重复
- 这是因为因为chatrecorder其实不支持频道消息所有我写了一个保存在json中的版本然后频道api怎么样都通过不了user_id获取nickname于是我就放弃了
- *今后会试试~~写一个~~适配频道的chatrecorder*
2022-09-10 23:06:08 +08:00
#
**学业问题可能只有周末才能看iusse和更新插件**