turbot/rss

GitHub
steampipe plugin install rsssteampipe plugin install rss

RSS

RSS Channel and Atom Feed content including descriptions, items, links and metadata.

Data for the different feed types is normalized into a common set of columns.

Installation

Download and install the latest rss plugin:

steampipe plugin install rss

Run a query

$ steampipe query
Welcome to Steampipe v0.2.2
For more information, type .help
> select title, link, description from rss_channel where feed_link = 'https://steampipe.io/blog/feed.xml'
+----------------+---------------------------+----------------------------------------+
| title | link | description |
+----------------+---------------------------+----------------------------------------+
| Steampipe Blog | https://steampipe.io/blog | Blog and Resource Center for Steampipe |
+----------------+---------------------------+----------------------------------------+