监控群事件的插件,支持戳一戳,成员变动,群荣誉,运气王变化等提示
Project description
# Monitor_Groups
✨ 基于NoneBot2实现的 监测QQ群事件 插件 ✨
介绍:
监测群组的以下变动事件:
群成员增加、减少时,自动发送通知
群管理变更时,自动发送通知
被其他成员戳一戳时,自动回复
群成员上传文件时,自动发送通知
群红包被抢完时,自动发送红包运气王
群成员荣誉变更时,发送变更通知
安装方式
nb-cli安装(推荐)
nb plugin install nonebot_plugin_eventmonitor
pip
pip install nonebot-plugin-eventmonitor
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin("nonebot_plugin_eventmonitor")
在’pyproject.toml‘文件中写入
"nonebot_plugin_eventmonitor"
git clone
git clone https://github.com/Reversedeer/nonebot_piugin_eventmonitor.git
更新
pip install --upgrade nonebot-plugin-eventmonitor
配置
在bot目录对应的.env.*文件中添加(SUPERUSERS应该都填了吧)
config | type | default | example | usage |
---|---|---|---|---|
bot_qq | int | 寄 | bot_qq = 123456789 | bot群聊变动和群荣誉变化时判断(必填) |
SUPERUSERS | int | 寄 | SUPERUSERS=["123456789"] | nonebot超级管理员,用于判断是否为主人(必填) |
bot_name | str | 寄 | bot_name = "AI-Md" | bot的昵称(必填) |
chuo_cd | int | 0 | chuo_cd = 10 | 戳一戳的cd(选填) |
戳一戳的cd默认为0即没有cd
更新日志
-
v0.1.2
-
增加了戳一戳的文案
-
修改一些不重要的bug
-
-
v0.1.1
- 好像改了什么..忘了...
-
v0.1.0
- 抛弃原有的配置模式(具体看"配置")
- 给戳一戳加了cd(本人觉得功能鸡肋)
- 修复管理员变动时API报错问题#issue1
-
v0.0.6
- 修复了大量的bug
关于 ISSUE
以下 ISSUE 会被直接关闭
- 提交 BUG 不使用 Template
- 询问已知问题
- 提问找不到重点
- 重复提问
请注意, 开发者并没有义务回复您的问题. 您应该具备基本的提问技巧。
有关如何提问,请阅读《提问的智慧》
感谢:
感谢@cjladmin的开源代码,在此基础上修改了bug
以后将持续更新并完善
其他插件
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for nonebot_plugin_eventmonitor-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e2e90ea369b8d57bfb52f82cd9b467af426f12c23d057ba27ff1eb719f08c8d |
|
MD5 | 90a75e1add27af09ba38312d69ddb645 |
|
BLAKE2b-256 | 97d472977d5ebbc107ee86cc55ef16380b83dee03c17f22590c8b1b804777b49 |
Close
Hashes for nonebot_plugin_eventmonitor-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74f8589083d1f2e8b425865f21a0f8aac3526ce65b0dd5ad304fc2a1a515c8ea |
|
MD5 | 3038e82a609660af1fee76ac9a6c52b5 |
|
BLAKE2b-256 | c85ab57b21fa209a52ca9fd7ea2a5be37baadbec2d72191f683753422c016bb0 |