Metadata-Version: 2.1
Name: nonebot-plugin-who-at-me
Version: 0.2.0
Summary: Find who on earth has ated you
Home-page: https://github.com/SEAFHMC/nonebot-plugin-who-at-me
License: MIT
Author: SEAFHMC
Author-email: soku_ritsuki@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=8.3.1)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<=2.1.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.1,<=2.0.0-beta.3)
Requires-Dist: peewee (>=3.14.4)
Project-URL: Documentation, https://github.com/SEAFHMC/nonebot-plugin-who-at-me/blob/main/README.md
Project-URL: Repository, https://github.com/SEAFHMC/nonebot-plugin-who-at-me
Description-Content-Type: text/markdown

<div align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://s2.loli.net/2022/06/16/opBDE8Swad5rU3n.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot-plugin-who-at-me

_✨ 看看是谁又在艾特我 ✨_
</div>
  
 # 说明
 你是否遇到过这种情景：你点进一个99+的QQ群，发现有人艾特/回复过你，你满心期待地去查看，结果腾讯告诉你消息过多无法定义到上下文。现在你只需要部署一个机器人卧底即可找出到底是谁艾特了你。
 # 安装
通过`pip`或`nb`安装；
需要协议端支持转发合并消息。

命令：
```shell
pip install nonebot-plugin-who-at-me
```
```shell
nb plugin install nonebot-plugin-who-at-me
```
# 配置
记得配置SUPERUSER
# 使用
<div align="center">

（这里默认COMMAND_START为"/"）
| 命令              | 描述              |
| ------------------ | --------------- |
|/谁艾特我 | 查看到底是谁艾特了你       |
|/clear_db     | 清理当前用户的消息记录 |
|/clear_all     | 清理全部消息记录     |

你将获得一张劣质的表格】
  <p><img src=https://s2.loli.net/2022/06/02/hS76NxRYKDIALrn.png width=500 heighth=500></p>
</div>

