mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
32d34c93d7c4ee5a5783da06dec11d4de135c725
* 忽略 .idea 文件夹 * 新增查分段指令 * 修复未知段位可能导致程序无限死循环的异常 * 我 keys 呢 * 🎨 整理 import * 🎨 规范引号 * 🐛 记得await * ⚡️ 一些优化 * 🐛 多个逗号 * 🚨 修正typing hint * 🐛 返回值是 tuple 哦 * 🐛 少个逗号 * 🐛 你得删前缀啊 * 🐛 怎么能用 is 呢 * 🐛 记得await * 试图匹配查询格式 * 💬 小改返回消息样式 * 🎨 修改变量名 * 🐛 修复查询大写问题 * 🐛 使用 get_db 获取数据库对象 --------- Co-authored-by: scdhh <wallfjjd@gmail.com>
TETRIS Stats
一个基于nonebot2的用于查询TETRIS相关游戏玩家数据的插件
目前支持
安装
- 使用 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文档 加载插件
依赖
目前只支持 OneBot V11 协议
鸣谢
开源
本项目使用MIT许可证开源
Languages
Python
100%