Metadata-Version: 2.1
Name: nonebot-plugin-fhl
Version: 1.0.1
Summary: Nonebot plugin for fhl
Keywords: nonebot,fei hua ling
Home-page: https://github.com/baiqwerdvd/nonebot-plugin-fhl
Author-Email: baiqwerdvd <158065462+baiqwerdvd@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/baiqwerdvd/nonebot-plugin-fhl
Project-URL: Repository, https://github.com/baiqwerdvd/nonebot-plugin-fhl
Requires-Python: <4.0,>=3.8
Requires-Dist: nonebot2>=2.2.1
Requires-Dist: nonebot-plugin-alconna>=0.42.4
Requires-Dist: nonebot-plugin-session>=0.3.1
Requires-Dist: httpx>=0.27.0
Requires-Dist: msgspec>=0.18.6
Description-Content-Type: text/markdown

# nonebot-plugin-fhl

适用于 [Nonebot2](https://github.com/nonebot/nonebot2) 的 飞花令 插件

### 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_fhl
```

- 使用 pip

```
pip install nonebot_plugin_fhl
```

### 使用

**以下命令需要加[命令前缀](https://nonebot.dev/docs/appendices/config#command-start-和-command-separator) (默认为`/`)，可自行设置为空**

```
@机器人 + /梦笔生花
```

### 特别感谢

- [lianhong2758](https://github.com/lianhong2758/fhlAPI) 提供了内置的飞花令api

- [MeetWq](https://github.com/MeetWq) 大佬的 [nonebot-plugin-wordle](https://github.com/noneplugin/nonebot-plugin-wordle) 本插件参考了很多实现

