yedf2 / stargazers

监控github repo用户star,并发送通知到飞书

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stargazers

Features

  • monitor the star events of the GitHub repo
  • send the notifications to Slack or Lark

How to use

For Lark, create a bot called like stargazers, and use this bot to send notifications to you.

For Slack, create an app called like stargazers, and add this app into an channel.

Run stargazers:

stargazers -f config.yaml

config.yaml looks like:

token: <github token>
repo: <github repo like zeromicro/go-zero>
interval: 1m
lark:
  appId: <app id>
  appSecret: <app secret>
  receiver: <receiver's lark UserID>
  receiver_email: <receiver's lark Email>
slack:
  token: <oauth token>
  channel: <channel>

The notification message looks like:

stars: 12157
today: 27
user: <user>
name: <name>
followers: 6
time: 10-26 22:52:56

About

监控github repo用户star,并发送通知到飞书

License:MIT License


Languages

Language:Go 100.0%