Metadata-Version: 2.1
Name: nonebot-plugin-questionmark
Version: 0.3.1
Summary: 基于 OneBot 适配器的 NoneBot2 行为艺术插件, 有群友或私聊发送全是问号/感叹号的消息时, bot会自动把问号/感叹号方向翻转并发出来
Home-page: https://github.com/NumberSir/nonebot_plugin_questionmark
Author: Number_Sir
Author-email: Number_Sir@126.com
Keywords: pip,nonebot2,nonebot,nonebot_plugin
Platform: any
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

<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">
  
# Nonebot_Plugin_QuestionMark
  
_✨ 基于OneBot适配器的[NoneBot2](https://v2.nonebot.dev/)行为艺术插件 ✨_
  
</div>

## 功能

有群友或私聊发送全是问号`?`,`？`或`¿`或感叹号`!`,`！`,`¡`的消息时, bot会自动把问号/感叹号翻转方向发出去


## 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_questionmark
```

- 使用 pip

```
pip install -U nonebot_plugin_questionmark
```

## 图片示例

<div align="left">
  <img src="https://user-images.githubusercontent.com/52584526/227783077-b490dad2-5e1a-42eb-b455-53f381934497.png" width="500" />
</div>

## 更新日志
> 2023-04-02 v0.3.1
> - 修bug
> 
> 2023-03-29 v0.3.0
> - 优化实现
>
> 2023-03-27 v0.2.1
> - 优化实现
> - 添加感叹号
> 
> 2023-03-26 v0.1.0
> - 发布
