来提交你的插件吧!
有疑问?来看看呗!

插件详情

astrbot_plugin_github_monitor_shell logo

astrbot_plugin_github_monitor_shell

定时监控 GitHub 仓库 Commit 变化并发送通知

消息通知
实用
版本v1.2.5
作者Shell
Star4
更新2025/12/27

插件说明

:shell

License
Python 3.10+
AstrBot
GitHub

效果图

Shell截图_20251104142553

手动触发指令

/github_status 手动触发监控检查

/github_monitor 查看监控状态

配置说明

除了原有的配置项,现在还支持:

  • group_notification_targets: 群通知目标(群号列表),可以将通知发送到指定的群聊中
  • time_zone: 时间显示时区(默认 Asia/Shanghai,即可显示为北京时间)
  • time_format: 时间显示格式,使用 Python strftime 语法,默认 %Y-%m-%d %H:%M:%S

仓库配置增强功能

现在支持为每个仓库单独配置通知群组:

字符串格式配置(推荐)

"repositories": [
"owner/repo",
"owner/repo|123456|91219736"
]

字典格式配置

"repositories": [
{
"owner": "owner",
"repo": "repo"
},
{
"owner": "owner",
"repo": "repo",
"groups": ["123456", "91219736"]
}
]

示例:

"repositories": [
"1592363624/astrbot_plugin_github_monitor_shell",
"1592363624/astrbot_plugin_github_monitor_shell|123456789|91219736"
]

表示监控 1592363624/astrbot_plugin_github_monitor_shell 仓库,当第二个仓库有更新时,除了全局配置的群通知目标外,还会通知
123456789 和 91219736 群组。

🐔 联系作者

  • 反馈:欢迎在 GitHub Issues 提交问题或建议
    QQ群:91219736
    telegram:巅峰阁
AstrBot LogoAstrBot 插件市场社区

AstrBot 插件市场 是一个开放的插件分享平台,欢迎开发者们贡献优质插件。本站致力于为 AstrBot 用户提供高质量扩展,帮助您快速找到喜欢的插件,并鼓励社区伙伴分享使用心得、提出改进建议。

相关链接

官方项目主站 官方插件市场 官方项目仓库 侧边展示主站

开发相关

插件开发文档 快速提交插件 官方项目文档

© 2026 AstrBot 插件市场 Made with by Community