mudman1986/Collect RSS Feeds
Fetches RSS/Atom feeds and generates JSON output with articles from the last N hours
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- MIT
Pinned Snippet
uses: mudman1986/rss-feed-collector-action@1e94b174e7582dd036d5314ccca1f8c9c2a91261 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to RSS feeds JSON config file | yes | — |
| hours | Number of hours to look back for articles | no | 24 |
| output-path | Path for output JSON file | no | feed-data.json |
Outputs
| name | description |
|---|---|
| output-file | Path to the generated JSON file |
| total-articles | Total number of articles collected |
| successful-feeds | Number of successfully fetched feeds |
| failed-feeds | Number of failed feeds |