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

RSS feed from repository issues #245

Open
marcialwushu opened this issue Jan 21, 2021 · 5 comments
Open

RSS feed from repository issues #245

marcialwushu opened this issue Jan 21, 2021 · 5 comments

Comments

@marcialwushu
Copy link
Member

You can use https://docs.rsshub.app/en/#issue 379 services.

You can filter by title and description

@marcialwushu
Copy link
Member Author

Repo Issues
support browser extension support rssbud
Author: @HenryQW @AndreyMZ

Example: https://rsshub.app/github/issue/DIYgod/RSSHub/all/bug

Route: /github/issue/:user/:repo/:state?/:labels?

Parameters:
user, required - GitHub username
repo, required - GitHub repo name
state, optional - the state of the issues. Can be either open, closed, or all. Default: open.
labels, optional - a list of comma separated label names

@marcialwushu
Copy link
Member Author

@marcialwushu
Copy link
Member Author

marcialwushu commented Jan 21, 2021

Repo Pull Requests

support browser extension support rssbud
Author: @hashman

Example: https://rsshub.app/github/pull/DIYgod/RSSHub

Route: /github/pull/:user/:repo

Parameters:
user, required - User name
repo, required - Repo name

@marcialwushu
Copy link
Member Author

#Files Commits

support browser extension support rssbud
Author: @zengxs

Example: https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router.js

Route: /github/file/:user/:repo/:branch/:filepath+

Parameters:
user, required - User name
repo, required - Repo name
branch, required - Branch name
filepath+, required - File path

@marcialwushu
Copy link
Member Author

GitHub

TIP

GitHub provides some official RSS feeds:

Repo releases: https://github.com/:owner/:repo/releases.atom
Repo commits: https://github.com/:owner/:repo/commits.atom
User activities: https://github.com/:user.atom
Private feed: https://github.com/:user.private.atom?token=:secret (You can find Subscribe to your news feed in dashboard (opens new window)page after login)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant