Metadata-Version: 2.1
Name: nonebot-plugin-tetris-stats
Version: 0.4.4
Summary: 一个基于nonebot2的用于查询TETRIS相关游戏玩家数据的插件
Home-page: https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats
License: MIT
Author: scdhh
Author-email: wallfjjd@gmail.com
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Brotli (>=1.0.9,<2.0.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: httpx (>=0.25.0,<0.26.0)
Requires-Dist: lxml (>=4.9.1,<5.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.3,<3.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: playwright (>=1.24.1,<2.0.0)
Requires-Dist: ujson (>=5.4.0,<6.0.0)
Project-URL: Repository, https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats
Description-Content-Type: text/markdown

TETRIS Stats
============

一个基于nonebot2的用于查询TETRIS相关游戏玩家数据的插件  
目前支持
* [TETR.IO](https://tetr.io/)
* [茶服](https://teatube.cn/tos/)
* [TOP](http://tetrisonline.pl/)

安装
----

* 使用 nb-cli
```
nb plugin install nonebot-plugin-tetris-stats
```

* 使用 pip
```
pip install nonebot-plugin-tetris-stats
```
* 对于 Windows
```
# CMD or PowerShell
playwright install firefox
```
* 对于 Linux
```
# 似乎 playwright官方 只支持 Ubuntu, 如果你是其他系统请自行尝试解决依赖问题
playwright install firefox
playwright install-deps firefox
```

使用
----

参考NoneBot2文档 [加载插件](https://v2.nonebot.dev/docs/tutorial/plugin/load-plugin/)

依赖
----

目前只支持 `OneBot V11` 协议

鸣谢
----

* [NoneBot2](https://v2.nonebot.dev/)
* [OneBot](https://onebot.dev/)
* [go-cqhttp](https://github.com/Mrs4s/go-cqhttp/)

开源
----

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

