Metadata-Version: 2.1
Name: nonebot_plugin_bfvsearch
Version: 0.1.7
Summary: 基于 Nonebot2 的战地 5 QQ 群管理插件。
Author-email: Swallow513 <3214115907@qq.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nonebot2>=2.2.0
Requires-Dist: aiohttp>=3.10.6
Requires-Dist: aiocache>=0.12.3
Requires-Dist: nonebot-plugin-htmlrender>=0.3.0
Requires-Dist: nonebot-adapter-onebot>=2.2.0
Requires-Dist: pytz>=2024.2

<div align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot_plugin_bfvsearch
</div>
基于Nonebot2的《战地5》QQ群战绩查询插件，提供基于[htmlrender插件](https://github.com/kexue-z/nonebot-plugin-htmlrender)渲染的美观输出。。


## 📦 安装
* 使用pip 
```
pip install nonebot-plugin-bfvsearch
```
并在bot根目录的`pyproject.toml`文件中加入  
```
plugins = ["nonebot-plugin-bfvsearch"]
```


* 使用 nb_cli（推荐）
```
nb plugin install nonebot-plugin-bfvsearch
```


## 🛠 使用说明
1. **配置 htmlrender 插件：** 请确保 htmlrender 插件已正确安装和配置。

2. **指令前缀：** 如果没有修改 Nonebot 的配置，请在指令前加上 `\` 以确保命令被正确识别。
