Metadata-Version: 2.1
Name: nonebot-plugin-pluginupdatecheck
Version: 0.1.2
Summary: A plugin of chatbot based on nonebot2 framework,it can check the updateable plugins already installed.Also can install new plugins.
Author: xi-yue-233
Author-email: 1004514855@qq.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nonebot-adapter-onebot (>=2.2.0,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0rc2,<3.0.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://v2.nonebot.dev/"><img src="https://v2.nonebot.dev/logo.png" width="200" height="200" alt="nonebot"></a>
</p>

<div align="center">

# nonebot_plugin_pluginupdatecheck

nonebot2便携插件安装器

</div>

## 💬 前言

一个nonebot2的插件便捷安装和升级插件（基于nb-cli和pip)

## 📖 介绍

为了方便我在手机上直接控制bot安装和更新插件而开发的一款插件

## 💿 安装

<details>
<summary>nb-cli安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
  
    nb plugin install nonebot-plugin-pluginupdatecheck

</details>

<details>
<summary>pip安装</summary>
  
    pip install nonebot-plugin-pluginupdatecheck

</details>

## 🎉 使用

检测插件更新：输入检测插件更新、检查插件更新

![image](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/f6defd18-6279-45f4-a009-83cfda529e2d)
![20230516225101](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/8d26d5d0-ef2b-458b-803e-0aa0afc5fa41)

更新指定插件：输入更新插件“你指定的插件”空格后加的数字编号代表python源（默认清华源）

![20230516225504](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/74707dc0-2bd8-46b9-b143-2a23e885ad39)


安装指定插件：输入安装插件“你指定的插件”空格后加的数字编号代表python源（默认清华源）

![20230516225647](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/aa60add9-93e2-4da6-8eff-fcd3085441cd)

查看源：查看可以用的python源，前面的数字编号可以在插件安装的时候使用

![20230516225748](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/e6e7f048-f75e-4a2f-9c9c-eb2ec8cec271)

添加env环境变量：输入添加env后接要加的变量

![20230516225930](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/c424be62-b99b-486b-83a3-4b458be6c086)
![20230516230020](https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck/assets/58218656/ce09af1d-72e3-448a-8c42-65f902d48f08)

