name: "🗼 Rss feed" category: social description: This plugin displays news from a given RSS feed. examples: default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.rss.svg index: 6.5 supports: - user - organization - repository scopes: [] inputs: # Enable or disable plugin plugin_rss: description: Display RSS feed type: boolean default: no # RSS feed source plugin_rss_source: description: RSS feed source type: string default: "" example: https://news.ycombinator.com/rss # Number of items to display # Set to 0 to disable limitations plugin_rss_limit: description: Maximum number of items to display type: number default: 4 min: 0 max: 30