Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
nonebot-plugin-autoreply
Advanced tools
我们的回复配置市场和文档站一起上线啦~
在这里,你可以分享你的回复配置,也可以找到其他人分享的回复配置,欢迎各位使用!
如果大家需要,我可以做一个直接使用指令下载安装市场中回复配置的功能 qwq
想要的话就提个 issue 吧,没人想要的话就不做了(
一个简单的关键词自动回复插件,支持 模糊匹配、完全匹配 与 正则匹配,配置文件高度自定义
因为商店里没有我想要的那种关键词回复,所以我就自己写了一个
这个插件是从 ShigureBot 那边拆出来的,我重写了一下做成了单品插件
插件并没有经过深度测试,如果在使用中遇到任何问题请一定一定要过来发 issue 向我汇报,我会尽快解决
如果有功能请求也可以直接发 issue 来 dd 我
nb plugin install nonebot-plugin-autoreply
pip install nonebot-plugin-autoreply
pdm add nonebot-plugin-autoreply
poetry add nonebot-plugin-autoreply
conda install nonebot-plugin-autoreply
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('nonebot_plugin_autoreply')
请访问 配置文档
下方的配置皆为可选,如果不需要可以忽略不配置
配置项请参考下面的文本
# matcher 是否阻断消息,默认 False
AUTOREPLY_BLOCK=False
# matcher 优先级
AUTOREPLY_PRIORITY=99
重载自动回复
此命令用于重载自动回复配置,仅 SUPERUSER
可以执行
QQ:3076823485
Telegram:@lgc2333
吹水群:1105946125
邮箱:lgc2333@126.com
感谢大家的赞助!你们的赞助将是我继续创作的动力!
image
或 record
的 file
参数为本地路径且路径为文件夹时,将会随机选取文件夹中文件发送(包括子文件夹)start
、end
匹配方式message
、plaintext
regex
类型的匹配结果image
/ record
类型的消息段(无论是 normal
还是 array
类型的消息),且其 file
属性为 file:///
开头时,插件将会读取该路径文件并转为 base64
发送multi
类型消息的 delay
支持了整数型值,会被解析为固定时长延时multi
类型新增 shuffle
属性,支持打乱消息顺序发送yaml
格式配置,会将 .yml
和 .yaml
的文件作为 yaml
格式配置加载data/autoreply
文件夹下所有子文件夹中的配置并加载{at}
、{reply}
MessageTemplate
格式化变量;由于这玩意不支持 {{
及 }}
转义,所以加入了变量 {bs}
和 {be}
block
和 priority
属性type
为 poke
(双击头像,戳一戳) 的 match
match
的 possibility
属性{target_id}
与 {display_name}
变量match
使用@
开头的字符串 reply
解析为 plain
形式的回复match
无法使用的问题rule
匹配消息,避免日志刷屏.env
配置项FAQs
A powerful auto reply plugin for NoneBot2
We found that nonebot-plugin-autoreply demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.