Skip to main content

XDbot2 SUDO 插件独立版

Project description

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-sudo

✨ 使用其他用户身份执行命令 ✨

license pypi python

📖 介绍

XDbot2 SUDO 插件独立版,允许使用其他用户身份执行命令

💿 安装

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

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

plugins = ["nonebot_plugin_sudo"]

⚙️ 配置

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

配置项 必填 默认值 说明
SUDOERS 可以使用 sudo 指令的用户
SUDO_INSERT_CMDSTART 0 是否自动插入指令前缀
SUDO_REPLACE_SENDER_DATA 1 是否修改event.sender的信息(可能会拖慢运行速度)

🎉 使用

仅在 Onebot V11 适配器下测试可用,暂不支持 sudo 嵌套

指令表

指令 权限 需要@ 范围 说明
sudo <uin> <消息...> SUDOER 无限制 以用户<uin>的身份执行<消息...>

效果图

待补充

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_sudo-1.0.6.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

nonebot_plugin_sudo-1.0.6-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page