Files
metrics/source/plugins/rss
2022-01-15 20:18:07 -05:00
..
2022-01-14 00:02:22 -05:00
2021-04-29 14:32:34 +02:00
2022-01-15 20:18:07 -05:00
2022-01-15 20:18:07 -05:00

🗼 Rss feed

This plugin displays news from a given RSS feed.

Supported features
→ Full specification
📗 Classic template 📒 Markdown template 📘 Repository template
👤 Users 👥 Organizations 📓 Repositories
No tokens are required for this plugin

➡️ Available options

TypeDescription
plugin_rss

Display RSS feed

type: boolean
default: no
plugin_rss_source

RSS feed source

type: string
plugin_rss_limit

Maximum number of items to display

type: number (0 ≤ 𝑥 ≤ 30)
default: 4

Examples workflows

name: News from hackernews
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.rss.svg
  token: NOT_NEEDED
  base: ''
  plugin_rss: 'yes'
  plugin_rss_source: https://news.ycombinator.com/rss
  plugin_rss_limit: 4