Metadata-Version: 2.1
Name: nonebot-plugin-tetris-stats
Version: 1.4.3
Summary: 一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件
Home-page: https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats
License: AGPL-3.0
Author: scdhh
Author-email: wallfjjd@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiocache (>=0.12.2,<0.13.0)
Requires-Dist: aiofiles (>=23.2.1,<25.0.0)
Requires-Dist: async-lru (>=2.0.4,<3.0.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
Requires-Dist: lxml (>=5.1.0,<6.0.0)
Requires-Dist: nonebot-plugin-alconna (>=0.48.0)
Requires-Dist: nonebot-plugin-apscheduler (>=0.4,<0.6)
Requires-Dist: nonebot-plugin-localstore (>=0.6,<0.8)
Requires-Dist: nonebot-plugin-orm (>=0.1.1,<0.8.0)
Requires-Dist: nonebot-plugin-session (>=0.3.1,<0.4.0)
Requires-Dist: nonebot-plugin-session-orm (>=0.2.0,<0.3.0)
Requires-Dist: nonebot-plugin-user (>=0.2,<0.4)
Requires-Dist: nonebot-plugin-userinfo (>=0.2.4,<0.3.0)
Requires-Dist: nonebot2[fastapi] (>=2.3.0,<3.0.0)
Requires-Dist: pandas (>=1.4.3,<3.0.0)
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Requires-Dist: playwright (>=1.41.2,<2.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: ujson (>=5.9.0,<6.0.0)
Requires-Dist: zstandard (>=0.22,<0.24)
Project-URL: Repository, https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats
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/65f5bdf7-45ec-479a-8dd2-18c498c910ca">
  <img
    src="https://wakatime.com/badge/user/138b2226-8e02-42be-b99d-35c05198836f/project/65f5bdf7-45ec-479a-8dd2-18c498c910ca.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>

