Skip to content

zhongwen-4/nonebot_plugin_number_detection

Repository files navigation

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-number-detection

之前在某群看到群成员一直满t都t不赢,所以我根据黑产的插件的功能写了个自动踢人的插件。

Warning

该插件未经测试,请谨慎使用

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-number-detection
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-number-detection
pdm
pdm add nonebot-plugin-number-detection
poetry
poetry add nonebot-plugin-number-detection
conda
conda install nonebot-plugin-number-detection

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot-plugin-number-detection"]

⚙️ 配置

在 nonebot2 项目的.env文件中添加下表中的必填配置

配置项 必填 默认值 说明
detect_is_automatic false 是否启用自动踢人
detect_headcount 10 群最大人数 - 当前人数 大于这个值时执行踢人操作,否则不执行

🎉 使用

指令表

指令 权限 需要@ 范围 说明
group_ban 主人 all 手动模式时的踢人命令

About

检测群人数并自动t出

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages