Name | nonebot-plugin-tetris-stats JSON |
Version |
1.11.0
JSON |
| download |
home_page | None |
Summary | 一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件 |
upload_time | 2025-07-27 17:42:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
nonebot2
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<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>
Raw data
{
"_id": null,
"home_page": null,
"name": "nonebot-plugin-tetris-stats",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "nonebot2",
"author": null,
"author_email": "shoucandanghehe <wallfjjd@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/45/82/d3978c3a57ce9d6a586f081327a3d3d6d0f1970da76c50edbfe177f7ad99/nonebot_plugin_tetris_stats-1.11.0.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n<p align=\"center\">\n <img src=\"img/logo.svg\" width=\"200\" height=\"200\" alt=\"logo\" title=\"Tetris Stats\"></a>\n</p>\n\n# Tetris Stats\n\n\u2728 \u4e00\u6b3e\u57fa\u4e8e [NoneBot2](https://github.com/nonebot/nonebot2) \u7684\u7528\u4e8e\u67e5\u8be2 Tetris \u76f8\u5173\u6e38\u620f\u73a9\u5bb6\u6570\u636e\u7684\u63d2\u4ef6 \u2728\n\n</div>\n\n<p align=\"center\">\n<a href=\"https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats/blob/main/LICENSE\">\n <img\n src=\"https://img.shields.io/github/license/shoucandanghehe/nonebot-plugin-tetris-stats\"\n alt=\"License\"\n />\n</a>\n<a href=\"https://www.python.org/\">\n <img\n src=\"https://img.shields.io/badge/Python-3.10+-blue\"\n alt=\"Python\"\n />\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-tetris-stats\">\n <img\n src=\"https://img.shields.io/pypi/v/nonebot-plugin-tetris-stats\"\n alt=\"PyPi\"\n />\n</a>\n<a href=\"https://github.com/charliermarsh/ruff\">\n <img\n src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json\"\n alt=\"Ruff\"\n />\n</a>\n<a href=\"https://gitmoji.dev\">\n <img\n src=\"https://img.shields.io/badge/gitmoji-%20\ud83d\ude1c%20\ud83d\ude0d-FFDD67.svg?style=flat-square\"\n alt=\"Gitmoji\"\n />\n</a>\n<a href=\"https://wakatime.com/badge/user/138b2226-8e02-42be-b99d-35c05198836f/project/65f5bdf7-45ec-479a-8dd2-18c498c910ca\">\n <img\n src=\"https://wakatime.com/badge/user/138b2226-8e02-42be-b99d-35c05198836f/project/65f5bdf7-45ec-479a-8dd2-18c498c910ca.svg\"\n alt=\"wakatime\"\n />\n</a>\n</p>\n\n## \u2728 \u76ee\u524d\u652f\u6301\u7684\u6e38\u620f\n\n- [TETR.IO](https://tetr.io/)\n- [\u8336\u670d](https://teatube.cn/tos/)\n- [TOP](http://tetrisonline.pl/)\n\n## \ud83d\ude80 \u5b89\u88c5\n\n- \u4f7f\u7528 nb-cli\n\n```bash\nnb plugin install nonebot-plugin-tetris-stats\n```\n\n- \u4f7f\u7528 poetry\n\n```bash\npoetry add nonebot-plugin-tetris-stats\n```\n\n- \u4f7f\u7528 pip ~~\u4e0d\u63a8\u8350~~\n\n```bash\npip install nonebot-plugin-tetris-stats\n```\n\n## \u267f\ufe0f \u4f7f\u7528\n\n- \u53c2\u8003 NoneBot2 \u6587\u6863 [\u52a0\u8f7d\u63d2\u4ef6](https://nonebot.dev/docs/tutorial/create-plugin#%E5%8A%A0%E8%BD%BD%E6%8F%92%E4%BB%B6)\n\n## \ud83c\udf89 \u9e23\u8c22\n\n- [NoneBot2](https://v2.nonebot.dev/)\n- \u6240\u6709\u4e3a\u673a\u5668\u4eba\u751f\u6001\u505a\u51fa\u8d21\u732e\u7684\u4eba\u2764\ufe0f\n\n## \ud83d\udcdd \u5f00\u6e90\n\n\u672c\u9879\u76ee\u4f7f\u7528 [AGPL-3.0](https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats/blob/main/LICENSE) \u8bb8\u53ef\u8bc1\u5f00\u6e90\n\n## \ud83e\udd13\u261d \u7ed9\u4e2a star \u5427\n\n<a href=\"https://star-history.com/#A-Minos/nonebot-plugin-tetris-stats&Date\">\n <picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=A-Minos/nonebot-plugin-tetris-stats&type=Date&theme=dark\" />\n <source media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=A-Minos/nonebot-plugin-tetris-stats&type=Date\" />\n <img alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=A-Minos/nonebot-plugin-tetris-stats&type=Date\" />\n </picture>\n</a>\n",
"bugtrack_url": null,
"license": null,
"summary": "\u4e00\u6b3e\u57fa\u4e8e NoneBot2 \u7684\u7528\u4e8e\u67e5\u8be2 Tetris \u76f8\u5173\u6e38\u620f\u6570\u636e\u7684\u63d2\u4ef6",
"version": "1.11.0",
"project_urls": {
"Homepage": "https://github.com/A-Minos/nonebot-plugin-tetris-stats",
"Issues": "https://github.com/A-Minos/nonebot-plugin-tetris-stats/issues",
"Repository": "https://github.com/A-Minos/nonebot-plugin-tetris-stats"
},
"split_keywords": [
"nonebot2"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fda03389fe7eadbdb8516eb62ec2980a16abfca26719f9efee4f7f5b717b08b7",
"md5": "c5d59e139e558ed7beacb726266c79a9",
"sha256": "c12762d277ede83ed14f56567e46e451a228747aab0ffd401d3a285b30fdc0b0"
},
"downloads": -1,
"filename": "nonebot_plugin_tetris_stats-1.11.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c5d59e139e558ed7beacb726266c79a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 418313,
"upload_time": "2025-07-27T17:42:30",
"upload_time_iso_8601": "2025-07-27T17:42:30.648544Z",
"url": "https://files.pythonhosted.org/packages/fd/a0/3389fe7eadbdb8516eb62ec2980a16abfca26719f9efee4f7f5b717b08b7/nonebot_plugin_tetris_stats-1.11.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4582d3978c3a57ce9d6a586f081327a3d3d6d0f1970da76c50edbfe177f7ad99",
"md5": "8f0f6aaa96e1ed769ac39b8453bb5678",
"sha256": "dacb44fa15074b8a6107502ef68506bf204b639a4ab08f33b6f2afc2d059da04"
},
"downloads": -1,
"filename": "nonebot_plugin_tetris_stats-1.11.0.tar.gz",
"has_sig": false,
"md5_digest": "8f0f6aaa96e1ed769ac39b8453bb5678",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 583811,
"upload_time": "2025-07-27T17:42:32",
"upload_time_iso_8601": "2025-07-27T17:42:32.286393Z",
"url": "https://files.pythonhosted.org/packages/45/82/d3978c3a57ce9d6a586f081327a3d3d6d0f1970da76c50edbfe177f7ad99/nonebot_plugin_tetris_stats-1.11.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-27 17:42:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "A-Minos",
"github_project": "nonebot-plugin-tetris-stats",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nonebot-plugin-tetris-stats"
}