Metadata-Version: 2.4
Name: nonebot-plugin-tetris-stats
Version: 1.13.2
Summary: 一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件
Project-URL: Homepage, https://github.com/A-Minos/nonebot-plugin-tetris-stats
Project-URL: Repository, https://github.com/A-Minos/nonebot-plugin-tetris-stats
Project-URL: Issues, https://github.com/A-Minos/nonebot-plugin-tetris-stats/issues
Author-email: shoucandanghehe <wallfjjd@gmail.com>
License-File: LICENSE
Keywords: nonebot2
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: aiocache>=0.12.3
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: arclet-alconna<2
Requires-Dist: async-lru>=2.0.4
Requires-Dist: fake-useragent>=2.0.3
Requires-Dist: httpx>=0.27.2
Requires-Dist: jinja2>=3.1.4
Requires-Dist: lxml>=5.3.0
Requires-Dist: msgspec>=0.18.6
Requires-Dist: nonebot-plugin-alconna>=0.53.1
Requires-Dist: nonebot-plugin-apscheduler>=0.5.0
Requires-Dist: nonebot-plugin-localstore>=0.7.1
Requires-Dist: nonebot-plugin-orm>=0.7.6
Requires-Dist: nonebot-plugin-uninfo>=0.7.4
Requires-Dist: nonebot-plugin-user>=0.4.4
Requires-Dist: nonebot-plugin-waiter>=0.8.0
Requires-Dist: nonebot-session-to-uninfo>=0.0.2
Requires-Dist: nonebot2[fastapi]>=2.4.4
Requires-Dist: pandas>=2.2.3
Requires-Dist: pillow>=11.0.0
Requires-Dist: playwright>=1.48.0
Requires-Dist: rich>=13.9.3
Requires-Dist: strenum>=0.4.15
Requires-Dist: yarl>=1.16.0
Description-Content-Type: text/markdown

<div align="center">

<p align="center">
  <img src="img/logo.svg" width="200" height="200" alt="logo" title="Tetris Stats"></a>
</p>

# Tetris Stats

✨ 一款基于 [NoneBot2](https://github.com/nonebot/nonebot2) 的用于查询 Tetris 相关游戏玩家数据的插件 ✨

</div>

<p align="center">
<a href="https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats/blob/main/LICENSE">
  <img
    src="https://img.shields.io/github/license/shoucandanghehe/nonebot-plugin-tetris-stats"
    alt="License"
  />
</a>
<a href="https://www.python.org/">
  <img
    src="https://img.shields.io/badge/Python-3.10+-blue"
    alt="Python"
  />
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-tetris-stats">
  <img
    src="https://img.shields.io/pypi/v/nonebot-plugin-tetris-stats"
    alt="PyPi"
  />
</a>
<a href="https://github.com/charliermarsh/ruff">
  <img
    src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json"
    alt="Ruff"
  />
</a>
<a href="https://gitmoji.dev">
  <img
    src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square"
    alt="Gitmoji"
  />
</a>
<a href="https://wakatime.com/badge/user/138b2226-8e02-42be-b99d-35c05198836f/project/e26c7985-a236-4e76-90a6-a72f71d305ef">
    <img 
        src="https://wakatime.com/badge/user/138b2226-8e02-42be-b99d-35c05198836f/project/e26c7985-a236-4e76-90a6-a72f71d305ef.svg"
        alt="wakatime"
    />
</a>
</p>

## ✨ 目前支持的游戏

- [TETR.IO](https://tetr.io/)
- [茶服](https://teatube.cn/tos/)
- [TOP](http://tetrisonline.pl/)

## 🚀 安装

- 使用 nb-cli

```bash
nb plugin install nonebot-plugin-tetris-stats
```

- 使用 poetry

```bash
poetry add nonebot-plugin-tetris-stats
```

- 使用 pip ~~不推荐~~

```bash
pip install nonebot-plugin-tetris-stats
```

## ♿️ 使用

- 参考 NoneBot2 文档 [加载插件](https://nonebot.dev/docs/tutorial/create-plugin#%E5%8A%A0%E8%BD%BD%E6%8F%92%E4%BB%B6)

## 🎉 鸣谢

- [NoneBot2](https://v2.nonebot.dev/)
- 所有为机器人生态做出贡献的人❤️

## 📝 开源

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

## 🤓☝ 给个 star 吧

<a href="https://star-history.com/#A-Minos/nonebot-plugin-tetris-stats&Date">
 <picture>
   <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=A-Minos/nonebot-plugin-tetris-stats&type=Date&theme=dark" />
   <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=A-Minos/nonebot-plugin-tetris-stats&type=Date" />
   <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=A-Minos/nonebot-plugin-tetris-stats&type=Date" />
 </picture>
</a>
