Subscribe to Ret 2 Shell (回归终端) event API and forward messages, also support information inquiry.
Project description
nonebot-plugin-ret2shell
✨ Ret 2 Shell (回归终端) 比赛事件播报与信息查询 ✨
📖 介绍
接入 Ret 2 Shell (回归终端) 事件推送 API,根据比赛发生的事件类型,实时向指定的群组或管理员账号播报,同时具有主动查询功能。
💿 安装
在 NoneBot 机器人项目的根目录下执行插件安装命令:
nb plugin install nonebot-plugin-ret2shell
⚙️ 配置
在 dotenv 配置文件中填入配置:
| 配置项 | 必填 | 说明 |
|---|---|---|
| RET2SHELL_WS_LINK | 是 | 赛事事件推送 WebSocket API 链接 |
| RET2SHELL_ACCOUNT | 否 | 赛事管理员用户名,留空则无法获取部分信息。 |
| RET2SHELL_PASSWORD | 否 | 赛事管理员密码,留空则无法获取部分信息。 |
| TARGET_GROUP_ID | 否 | 比赛群号,留空则不会播报公开事件。 |
| ADMIN_ID | 否 | 管理员号,留空则不会播报管理事件。 |
| CLIENT_LABEL | 否 | 客户端标识,默认为 nonebot-plugin-ret2shell |
示例:
DRIVER=~fastapi+~websockets
RET2SHELL_WS_LINK=ws://ret.sh.cn/api/event/connect?game_id=1&token=mn7Me1rkMLUbJj-iyHbu0
RET2SHELL_ACCOUNT=_bot
RET2SHELL_PASSWORD=P@sSw0Rd
TARGET_GROUP_ID=123456789
ADMIN_ID=987654321
🎉 使用
通过 OneBot V11 适配器连接 bot 后,插件会尝试与 Ret 2 Shell 赛事事件推送 API 建立连接,然后播报事件。
当 bot 连接断开后,插件也会与平台断开连接,以节省资源。
查询指令表
| 指令 | 说明 |
|---|---|
| /game | 查询赛事信息 |
| /rank | 查询积分板 |
| /challenge challenge_id | 查询题目信息 |
| /team team_id | 查询队伍信息 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_ret2shell-0.0.6.tar.gz.
File metadata
- Download URL: nonebot_plugin_ret2shell-0.0.6.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a37379a7ff29d9a8d761e408cc8775475e8bfffb47285138aed4c9b6b6ef1275
|
|
| MD5 |
5445b6dfd6bc34dc2d8620f191407c54
|
|
| BLAKE2b-256 |
6a15e4d242ecae82970638612cc02c344e408f9cce7bbb281948686dc06b890f
|
File details
Details for the file nonebot_plugin_ret2shell-0.0.6-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_ret2shell-0.0.6-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d24f20cd45af5bb94c4907ba0de457ea10955f5627d2d912389b27dc48b9ec11
|
|
| MD5 |
40521ad93c20b8f30813111860fc68d0
|
|
| BLAKE2b-256 |
87fbf99053cdc08682771cd291d2f27969eeda6e78eedec97f82efe45799aebb
|