Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nonebot-plugin-updater

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nonebot-plugin-updater

一款全新的检测已安装插件更新情况的插件

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1
logo

nonebot-plugin-updater

License PyPI NoneBot Python

📖 介绍

一款全新的检测已安装插件更新情况的插件

💿 安装

使用 nb-cli 安装

在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

    nb plugin install nonebot-plugin-updater
使用包管理器安装

在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

pip
  pip install nonebot-plugin-updater

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

    plugins = ["nonebot_plugin_updater"]

⚠️ 注意

此插件只支持nb-cli用户 没用 cli 安装的项目使用的 python 路径太复杂了

🎉 使用

🔧 插件配置

请在你的 bot 根目录下的.env .env.*中添加以下字段

字段类型默认值可选值描述必填
GITHUB_PROXYstr"https://ghp.ci"-GitHub 代理
INFO_SEND_MODEstr"pic""text", "pic"发送插件信息/更新的方式

✨ 功能介绍

  • 获取已安装插件列表
    plugin_list get_plugin_info

  • 检查插件更新
    check_update check_update

  • 更新插件
    update_plugin

  • 安装插件

  • 卸载插件

  • 远程关闭 nb
    close_nb

  • 远程重启 nb
    restart_nb

🤖 指令表

⚠️ 此处示例中的"/"为 nb 默认的命令开始标志,若您设置了另外的标志,则请使用您设置的标志作为开头

指令权限需要@说明示例
获取插件列表获取已安装的插件列表/获取插件列表
检查插件更新检查可用的插件更新/检查插件更新
更新插件 <需要更新的插件名>SUPERUSERS更新插件。若需更新的插件名为all,则更新所有已安装的插件/更新插件 nonebot-pluign-status
安装插件 <需要安装的插件名>SUPERUSERS安装指定插件/安装插件 nonebot-pluign-status
卸载插件 <需要卸载的插件名>SUPERUSERS卸载指定插件/卸载插件 nonebot-pluign-status
关闭nbSUPERUSERS远程关闭 nb/关闭nb
重启nbSUPERUSERS远程重启 nb/重启nb

🚩 TODO

  • 使用 html 渲染插件列表及插件更新列表
  • 处理插件模块名与 project_link 不一致的插件
  • 添加安装/卸载插件的功能

致谢

感谢nonebot-plugin-runagain对本项目的启发 (直接开抄)

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc