github发布监视器

时间:2024-03-06 06:08:35
【文件属性】:

文件名称:github发布监视器

文件大小:35KB

文件格式:ZIP

更新时间:2024-03-06 06:08:35

Python

GitHub发布监视器 一个用于监视github项目发布的发布的小型python spider项目。 如果发布了新版本,它将发送电子邮件到特定的电子邮件地址。 只想学习如何使用github动作。 您需要知道跑步之前 您需要阅读src/conf/setting.py 。 GITHUB_RELEASES = { "hexo-next" : "https://github.com/next-theme/hexo-theme-next/releases.atom" , "Halo" : "https://github.com/halo-dev/halo/releases.atom" , } GITHUB_RELEASES :您要监视的项目,请使用正确的URL。 在项目结构中,将自动生成data and log folder 。 克隆项目后,您可以管理这些文件夹。 在本地环


【文件预览】:
github-release-monitor-master
----log()
--------202012.log(84KB)
--------202102.log(43KB)
--------202101.log(91KB)
----data()
--------result.json(20KB)
----.github()
--------workflows()
----src()
--------main.py(826B)
--------conf()
--------spiders()
--------utils()
----requirements.txt(20B)
----.gitignore(52B)
----README.md(1KB)

网友评论