Metadata-Version: 2.3
Name: nonebot-plugin-quark
Version: 0.0.7
Summary: NoneBot2 夸克云盘资源搜索插件
Home-page: https://github.com/fllesser/nonebot-plugin-quark
Keywords: nonebot,nonebot2,quark,search
Author: fllesser
Author-email: fllessive@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.26.0,<1.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.4.6,<3.0.0)
Requires-Dist: nonebot2 (>=2.4.0,<3.0.0)
Requires-Dist: tenacity (>=9.0.0,<10.0.0)
Project-URL: Repository, https://github.com/fllesser/nonebot-plugin-quark
Description-Content-Type: text/markdown

<div align="center">
    <a href="https://v2.nonebot.dev/store">
    <img src="./.docs/NoneBotPlugin.svg" width="300" alt="logo"></a>
</div>


<div align="center">

# nonebot-plugin-quark

_✨ 夸克云盘资源搜索 ✨_


<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/fllesser/nonebot-plugin-quark.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-quark">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-quark.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">

</div>



## 📖 介绍

夸克云盘搜索插件

## 💿 安装

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

    nb plugin install nonebot-plugin-quark --upgrade

使用官方源更新，常用于刚发版，其他源未同步的时候

    nb plugin install nonebot-plugin-quark --upgrade -i https://pypi.org/simple

</details>

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

<details>
<summary>pip</summary>

    pip install nonebot-plugin-quark --upgrade -i https://pypi.org/simple
</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-quark
</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-quark
</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-quark
</details>

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

    plugins = ["nonebot_plugin_quark"]

</details>


## 🎉 使用
### 指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|:-----:|:----:|:----:|:----:|:----:|
| qs | 群员 | 否 | - | 搜索 |



