Blacklist and whitelist in NoneBot2
Project description
📖 介绍
简易黑白用户名单管理插件,可在黑名单与白名单模式中互相切换。
黑名单模式下,机器人不会响应来自黑名单用户的消息。
白名单模式下,机器人不会响应白名单用户之外的消息。
超级用户不受黑白名单影响。
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-namelist
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-namelist
pdm
pdm add nonebot-plugin-namelist
poetry
poetry add nonebot-plugin-namelist
conda
conda install nonebot-plugin-namelist
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('nonebot_plugin_namelist')
🎉 使用
指令表
指令 | 说明 |
---|---|
切换名单 | 切换黑白名单模式 |
添加黑名单+@用户 | 将被艾特的用户加入黑名单 |
删除黑名单+@用户 | 将被艾特的用户从黑名单删除 |
查看黑名单+@用户 | 查看黑名单中的用户 |
添加白名单+@用户 | 将被艾特的用户加入白名单 |
删除白名单+@用户 | 将被艾特的用户从白名单删除 |
查看白名单+@用户 | 查看白名单中的用户 |
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
File details
Details for the file nonebot-plugin-namelist-0.2.0.tar.gz
.
File metadata
- Download URL: nonebot-plugin-namelist-0.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 368a5704609a3c1a4808e118c2bdc8f899720356a2f11546c2d9a7ba63e99968 |
|
MD5 | 8d5755605a4f3c8c2cdb453dd9e8daca |
|
BLAKE2b-256 | fbd58d0310beac0f82cf70b4335e7ab70b9ef9ef73855c3295ed2fc3c76cb142 |
File details
Details for the file nonebot_plugin_namelist-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_namelist-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b285387d24a06f8ddb589dbb3e3e68ed646f674e2243b149b61c96e04b138b69 |
|
MD5 | fb5e6309b405e7546345a5356761aef7 |
|
BLAKE2b-256 | f327392714c1b33c30feae17ab0c77ddf357d5d6505dc85dffa074fba30f53f7 |