Metadata-Version: 2.1
Name: nonebot-plugin-tetrio-stats
Version: 0.2.0
Summary: 一个在nonebot2中查询TETRIO玩家数据的插件，同时支持绑定TETRIO账号
Author: scdhh
Author-email: wallfjjd@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.2,<3.0.0)
Requires-Dist: repository
Description-Content-Type: text/markdown

TETRIO Stats
===
一个在nonebot2中查询TETRIO玩家数据的插件，同时支持绑定TETRIO账号

安装
---
* 使用 pip
```
pip install nonebot-plugin-tetrio-stats
```
使用
---
参考NoneBot2文档 [加载插件](https://v2.nonebot.dev/docs/tutorial/plugin/load-plugin/)

依赖
---
目前只支持 `OneBot V11` 协议

指令列表
---

 | 指令 | 说明 |
 | --------- | --------- |
 | io查`USERID` | 查询游戏统计信息 |
 | iobind`USERID` | 绑定自己的账号 |

鸣谢
---
* [NoneBot2](https://v2.nonebot.dev/)
* [OneBot](https://onebot.dev/)
* [TETR.IO](https://tetr.io/)

开源
---
本项目使用[MIT](https://github.com/shoucandanghehe/nonebot-plugin-tetrio-stats/blob/main/LICENSE)许可证开源
