Metadata-Version: 2.1
Name: nonebot-plugin-ayaka-scan-cmd
Version: 0.0.5
Summary: 扫描当前所有matcher，总结命令
Home-page: https://github.com/bridgeL/nonebot-plugin-ayaka-scan-cmd
License: MIT
Author: Su
Author-email: wxlxy316@163.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ayaka (>=0.0.1.3,<0.0.2.0)
Project-URL: Repository, https://github.com/bridgeL/nonebot-plugin-ayaka-scan-cmd
Description-Content-Type: text/markdown

<div align="center">

# 命令探查 0.0.5

猜测未知插件的使用方法

</div>

## 使用方法

| 命令     | 效果       |
| -------- | ---------- |
| 命令探查 | 启动本插件 |
| 退出     | 关闭本插件 |

启动本插件后，发送命令

| 命令                 | 效果                       |
| -------------------- | -------------------------- |
| 列表                 | 查看所有已安装的插件的名称 |
| 查看 `编号`/`插件名` | 查看指定插件的命令         |
| 商店 `编号`/`插件名` | 在nb商店中搜索插件的信息   |

## 使用效果 

![图片](pics/0.png)
![图片](pics/1.png)
![图片](pics/2.png)
![图片](pics/3.png)
![图片](pics/4.png)
![图片](pics/5.png)

## 实现原理

遍历`nonebot.matcher.matchers`对象，分析所有`Matcher`

下载`https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/plugins.json`，获取插件信息

