FGF-College-Work / Forum

:beer: Espaço dedicado a discussões e tira dúvida sobre disciplinas e conteúdo tecnológico.
MIT License
13 stars 4 forks source link

RSS feed from repository issues #245

Open marcialwushu opened 3 years ago

marcialwushu commented 3 years ago

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

You can filter by title and description

marcialwushu commented 3 years ago

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 commented 3 years ago

https://rsshub.app/github/issue/bacen/pix-perguntas-e-respostas/all

marcialwushu commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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)