播报群友 Steam 游戏状态
Project description
📖 介绍
在群内播报群友的 Steam 游戏状态
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-steam-game-status
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-steam-game-status
pdm
pdm add nonebot-plugin-steam-game-status
poetry
poetry add nonebot-plugin-steam-game-status
conda
conda install nonebot-plugin-steam-game-status
更新
pip install nonebot-plugin-steam-game-status --upgrade
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_steam_game_status"]
⚙️ 配置
在 nonebot2 项目的.env
文件中添加下表中的必填配置
配置项 | 必填 | 默认值 | 类型 | 说明 |
---|---|---|---|---|
steam_web_key | 是 | 无 | str 或 list | Steam Api Key |
steam_command_priority | 否 | 5 | int | 事件处理函数优先级 |
steam_interval | 否 | 1 | int | steam查询间隔,单位分钟 |
steam_proxy | 否 | None | str | 代理 |
steam_link_enabled | 否 | true | bool | 链接识别全局开关 |
steam_proxy 示例
# .env.xxx
steam_proxy="http://ip:port"
单个 steam key 配置示例
# .env.xxx
steam_web_key=123456789QWERTYUII123456789
# or 引号包裹
steam_web_key="123456789QWERTYUII123456789"
# 若字符串形式key绑定失败,请改写为以下多key配置
多个 steam key 配置示例
# .env.xxx
steam_web_key='[
"123456789QWERTYUII123456789",
"123456789",
"987654321",
]'
# or 无引号包裹
steam_web_key=["123456789QWERTYUII123456789","123456789","987654321"]
🎉 使用
获取SteamID64
Steam 桌面网站或桌面客户端:点开右上角昵称下拉菜单,点击账户明细,即可看到 Steam ID
Steam 应用:点击右上角头像,点击账户明细,即可看到 Steam ID
获取Steam好友代码
Steam 桌面网站或桌面客户端:点开导航栏 好友 选项卡,点击添加好友,即可看到 Steam 好友代码
Steam 应用:点击右上角头像,点击好友,点击添加好友,即可看到 Steam 好友代码
指令表
指令 | 需要@ | 范围 | 权限 | 说明 |
---|---|---|---|---|
steam绑定/steam添加/steam.add | 否 | 群聊 | 群员 | 后加个人SteamID64或好友代码 |
steam解绑/steam删除/steam.del | 否 | 群聊 | 群员 | 后加个人SteamID64 |
steam列表/steam绑定列表 | 否 | 群聊 | 超管/群管 | 管理员命令,展示群内播报列表 |
steam屏蔽 | 否 | 群聊 | 超管/群管 | 管理员命令,后加完整游戏名称 |
steam恢复 | 否 | 群聊 | 超管/群管 | 管理员命令,后加完整游戏名称 |
steam排除列表 | 否 | 群聊 | 超管/群管 | 管理员命令,展示屏蔽的游戏列表 |
steam播报开启/steam播报打开 | 否 | 群聊 | 超管/群管 | 管理员命令 |
steam播报关闭/steam播报停止 | 否 | 群聊 | 超管/群管 | 管理员命令 |
任意steam商店链接 | 否 | 群聊/私聊 | 群员/好友 | 获取游戏信息 |
默认屏蔽游戏/工具名
["Wallpaper Engine:壁纸引擎","虚拟桌宠模拟器","OVR Toolkit","OVR Advanced Settings","OBS Studio","VTube Studio","Live2DViewerEX","Blender","LIV"]
目前建议手动添加
Dead Lock
,待发售完善后再移除,否则容易刷屏
创意来源
群友的 koishi bot 的该效果插件
注意事项
- 不支持播报非 Steam 游戏
- 不支持播报 Steam 隐身状态下进行的游戏
- 在屏蔽游戏间切换的非屏蔽游戏也不会播报
- 屏蔽游戏列表以群区分管理
更新记录
2024.10.21
- 修复用户id数据异常
2024.09.16
- 优化
steam链接识别
,降低失败可能性 - 增加
steam列表
展示当前游戏 - 优化重启后不再播报仍在继续的游戏
2024.06.30
- 优化游戏中文名获取
2024.06.27
- 修复添加新群时数据未保存的bug
2024.06.26
- 优化播报后数据同步优先级
- 添加链接识别功能
- 优化日志等级
2024.06.23
- 添加
屏蔽游戏
相关功能 - 修复steam列表问题
2024.04.28
- steam列表 合并消息优化
2024.02.29
- 新增游戏中文名播报,感谢 6DDUU6 的 PR
- 顺应 Nonebot 规范,缓存文件迁移至用户目录下,详见 plugin-localstore
- 调整数据结构,节省 key
- 变更原缓存记录从 每次读取文件 更改为 持续在内存中
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
File details
Details for the file nonebot-plugin-steam-game-status-0.1.14.tar.gz
.
File metadata
- Download URL: nonebot-plugin-steam-game-status-0.1.14.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cccf34b9ce67a61283ac9d22ed78951cdc9cbfc792dbc44c6f89f5a6c9372b6 |
|
MD5 | 028fc6a0964efd508fb7887326a46755 |
|
BLAKE2b-256 | 6a792dd92456302ac85d4bec970e4b53aefeed913c410c6c5423bfb07b5c234f |
File details
Details for the file nonebot_plugin_steam_game_status-0.1.14-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_steam_game_status-0.1.14-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2725b9053b3f2d5a35e215645cf194d757a1f031823277d81f17514974af7a16 |
|
MD5 | 428806b22077ac082c103080606470d5 |
|
BLAKE2b-256 | a4bb0f1a33af395415df05eef0f5ed414bd382085f16b2e1f2357ebdebd186ca |