Skip to content

根据关键词监控github上的更新信息,并通过Server酱推送到微信上。

Notifications You must be signed in to change notification settings

wuyou0704/GitHub-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

GitHub-Monitor

根据关键词监控github上的更新信息,并通过Server酱推送到微信上。

使用

1.git clone https://github.com/gtfly/GitHub-Monitor

2.修改monitor.py75~80行,将自己想要监听的关键字添加到key_words中,设置更新的时间间隔intval(建议改大点,否则请求频率过大会被拒绝连接),并修改SCKEY为自己的Server酱的KEY:

# set your config
    config = {
        "key_words": ['cve', 'password'],
        "intval": 200,  # 发送间隔, 单位为s;
        "SCKEY": '12345678',  # Server酱 KEY
    }

3.运行:

python3 monitor.py
# 后台运行
nohup python3 monitor.py > log.log &

效果

截图1

截图2

截图3

About

根据关键词监控github上的更新信息,并通过Server酱推送到微信上。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages