一款全新的检测已安装插件更新情况的插件
Project description
📖 介绍
简单的天气排行榜
💿 安装
使用 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 安装的项目使用的路径太复杂了)~~
🎉 使用
🔧 插件配置
请在你的 bot 根目录下的.env
.env.*
中添加以下字段
字段 | 类型 | 默认值 | 可选值 | 描述 | 必填 |
---|---|---|---|---|---|
github_proxy | str | "https://ghp.ci" | - | GitHub 代理 | 否 |
INFO_SEND_MODE | str | "pic" | "text", "pic" | 发送插件信息/更新的方式 | 否 |
✨ 功能介绍
-
获取已安装插件列表
-
检查插件更新
-
更新插件
-
远程关闭 nb
-
远程重启 nb
🤖 指令表
⚠️ 此处示例中的"/"为 nb 默认的命令开始标志,若您设置了另外的标志,则请使用您设置的标志作为开头
调用插件的主命令为"天气"
指令 | 权限 | 需要@ | 说明 | 示例 |
---|---|---|---|---|
获取插件列表 |
无 | 无 | 获取已安装的插件列表 | /获取插件列表 |
检查插件更新 |
无 | 无 | 检查可用的插件更新 | /检查插件更新 |
更新插件 |
无 | 无 | 更新已安装的所有插件。若需只更新单个插件,则指令为更新插件 <需要更新的插件名> |
/更新插件 nonebot-pluign-status |
关闭nb |
无 | 无 | 远程关闭 nb nb | /关闭nb |
重启nb |
无 | 无 | 远程重启 nb nb | /重启nb |
🚩 TODO
- 使用 html 渲染插件列表及插件更新列表
- 处理插件模块名与 project_link 不一致的插件
- 添加安装/删除插件的功能
致谢
感谢nonebot-plugin-runagain对本项目的启发 (直接开抄) 。nonebot-plugin-runagain
在重启后原进程仍存在,会导致重启后使用Ctrl+C
正常无法关闭 uvicorn server,本项目中采用对其进行了改进,上述问题得以解决。
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_updater-0.1.4.tar.gz
.
File metadata
- Download URL: nonebot_plugin_updater-0.1.4.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2edced0661260a6977397c143dab77ac2a5881779123c983961b893d5473fc2c |
|
MD5 | f87d79f8e86429cc15bdb4bf18bbf93d |
|
BLAKE2b-256 | d4b11cb950f3ccb2ffe0fa4be01720127bba28d16a8092f50392bf7b0b315c19 |
Provenance
File details
Details for the file nonebot_plugin_updater-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_updater-0.1.4-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d26ad2d6747010f4dd426de0b633dd12ae325fa9f92f57f4116c66d57a9721a0 |
|
MD5 | 9adb1f78cb2000b38615443ff6aa7135 |
|
BLAKE2b-256 | fdbb0c5ab6d8247bc166b22fea062156276418fce6926f88836a4559ab4f5193 |