Metadata-Version: 2.1
Name: nonebot-plugin-soup
Version: 1.0.0
Summary: 心灵鸡汤
Home-page: https://github.com/Monarchdos/nonebot_plugin_soup
Author: Monarchdos
Author-email: admin@ayfre.com
License: UNKNOWN
Keywords: pip,nonebot2,nonebot,nonebot_plugin
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nonebot-adapter-onebot (<3.0.0,>=2.0.0-beta.1)
Requires-Dist: nonebot2 (<3.0.0,>=2.0.0-beta.1)
Requires-Dist: requests

<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">
_✨ 心灵鸡汤 ✨_
<br><br><a href="./LICENSE">
    <img src="https://img.shields.io/github/license/Monarchdos/nonebot_plugin_soup.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot_plugin_soup">
    <img src="https://img.shields.io/pypi/v/nonebot_plugin_soup.svg" alt="pypi">
</a>
<a href="https://www.python.org">
    <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
</a>


</div>

## 📖 介绍

来一碗心灵鸡汤吧。

## 💿 安装

**使用 nb-cli 安装**  
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装  

```bash
nb plugin install nonebot-plugin-soup
```

**使用 pip 安装**  
```bash
pip install nonebot-plugin-soup
```

打开 nonebot2 项目的 `bot.py` 文件, 在其中写入
```python
nonebot.load_plugin('nonebot_plugin_soup')
```

## 🎉 使用

<table> 
  <tr align="center">
    <th> 指令 </th>
    <th> 说明 </th>
  </tr>
  <tr align="center">
    <td> 鸡汤 </td>
    <td> 获取一碗心灵鸡汤 </td>
  </tr>
  <tr align="center">
    <td> 毒鸡汤 </td>
    <td> 获取一碗心灵毒鸡汤 </td>
  </tr>

</table>



## 📝 更新日志

<details>
<summary>展开/收起</summary>

## **2023-01-11 V1.0.0**


  * 插件发布~

</details>



