Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【开源自荐】使用 Cloudflare Workers 自动将 GitHub Stars 通知发送到 Telegram #5371

Open
byodian opened this issue Oct 20, 2024 · 0 comments
Labels

Comments

@byodian
Copy link

byodian commented Oct 20, 2024

背景

维护开源项目,自己经常想要看项目的 Stars 数,但 Github 网站和 App 不支持 Stars 事件的通知,每次都得去刷新网页或者 App 上面看,于是就写了这个自动化通知项目。

介绍

通过 GitHub Webhooks、Cloudflare Worker 和 Telegram Bot 实现当 Github 仓库 star、issue、pull request 和 fork 事件发生时,将通知发送到 Telegram。

已完成功能

  1. 支持 star 创建和删除事件的消息通知
  2. 支持 issue 和 pr 创建和关闭的通知
  3. 支持 fork 事件的消息通知

开发中的功能

  • 配置 Stars 里程碑,达到里程碑后,发送祝贺消息
  • 优化事件频繁发生,消息过多问题
  • 增加数据统计功能,定期发送统计数据

截图

message_star

message_issue

开源地址:https://github.com/byodian/notifier

@byodian byodian changed the title 【开源自荐】当个人的 Github 仓库发生 Stars、Issues、Pull Requests 和 Forks 事件时,自动发送信息到 Telegram 【开源自荐】使用 Cloudflare Workers 自动将 GitHub Stars 通知发送到 Telegram Oct 20, 2024
@ruanyf ruanyf added the weekly label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants