mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
49 lines
845 B
Markdown
49 lines
845 B
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
|
||
# 修改bot.py
|
||
```
|
||
|
||
使用
|
||
----
|
||
|
||
参考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)许可证开源
|