mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2024-11-23 23:55:29 +08:00
看看群友能有多话唠
nonebot_plugin_dialectlist | ||
.gitignore | ||
README.md |
话痨排行榜
nonebot-plugin-dialectlist
>💬看看群友们这些天在群里水了多少话💬<
版本
V1.0
- 看看群里群友能有多话痨
V1.1
- 支持频道咯!(^_^)
V1.2
- 排行榜可视化
V1.3
- 添加了一些可配置项
⚠ 适配nonebot2-2.0.0b5+
安装
- 通过
pip
或nb
安装;
通过pip安装
pip install nonebot-plugin-dialectlist
通过nb安装
nb plugin install nonebot-plugin-dialectlist
插件依赖于
-
nonebot-plugin-chatrecorder ————获取历史的消息
-
nonebot-plugin-datastore ————储存历史的消息
-
nonebot-plugin-guild-patch —————适配频道消息
配置
需要提前配置本插件所依赖的插件!
在环境配置中,可以添加以下配置项
dialectlist_string_format: str = '第{index}名:\n{nickname},{chatDataNum}条消息\n' #消息格式
dialectlist_string_suffix_format: str = '你们的职业是水群吗?————MYX\n计算花费时间:{timeCost}秒' #消息后缀格式
dialectlist_get_num:int = 10 #获取人数数量
dialectlist_visualization:bool = True #是否可视化
dialectlist_visualization_type:Literal['饼图','圆环图','柱状图'] = '圆环图' #可视化方案
dialectlist_font:str = 'SimHei'#字体格式
dialectlist_excluded_people:List[str] = []#排除的人的QQ号(或频道号?(未经测试))
dialectlist_excluded_self:bool = True #是否排除机器人自己QQ
💭也可以不进行配置,这将会使插件按照默认配置运行
命令
-/群话痨排行榜
————看看有史以来(机器人存在以来)群友们发了多少消息!
-/今日群话痨排行榜
————看看今天的群友发了多少消息!
-/昨日群话痨排行榜
————看看昨天的群友发了多少消息!
-/本周群话痨排行榜
————看看本周的群友发了多少消息!
-/本月群话痨排行榜
————看看这个月的群友发了多少消息!
-/年度群话痨排行榜
————看看今年的群友发了多少消息!
-/历史群话痨排行榜
————看看历史上(机器人存在以来)的群友发了多少消息!
另外
感谢
本插件的__init__.py中的处理函数参考了词云中的方法 (其实大部分都是Ctrl+C Ctr+V)
TODO
- 私聊的查询
(让我先咕一会)
已知BUG
- 字体可能要自己配置(bug?)
学业问题可能只有周末才能看iusse和更新插件