原文地址:https://www.lujun9972.win/blog/2020/04/06/github-rss-feed/index.html
今天从 https://www.ronaldsvilcins.com/2020/03/26/rss-feeds-for-your-github-releases-tags-and-activity/ 上才知道原来Github提供了Atom格式的RSS Feed来追踪仓库的动态:
/* Repo releases */ https://github.com/:owner/:repo/releases.atom /* Repo commits */ https://github.com/:owner/:repo/commits.atom /* Private feed (You can find Subscribe to your news feed in dashboard page after login) */ https://github.com/:user.private.atom?token=:secret /* Repo tags */ https://github.com/:user/:repo/tags.atom /* User activity */ https://github.com/:user.atom
本文介绍了如何使用GitHub提供的RSS Feed来跟踪仓库的发布、提交、标签和个人活动更新。通过简单的URL格式,用户可以轻松地获取关注项目的最新动态。
5058

被折叠的 条评论
为什么被折叠?



