Skip to content

SW_DevRSS

Rolf Obrecht edited this page Feb 19, 2025 · 4 revisions

Device Module "RSS"

Description

The news device monitors configurable URLs of RSS services for new entries and prints new entries at the teleprinter.

System

System Comments
RPi beta
PC Linux beta
PC Windows beta
Mac beta

Dependencies

Python
Module
Install Anaconda
feedparser pip install feedparser -

Command Line Arguments

none

Config File Parameter

Param Default Description
urls '' URLs to be monitored, one per line
format '' Formatting rules, see feedparser documentation
    "rss" : {
      "type" : "rss",
      "urls" : [
        "http://rss.cnn.com/rss/edition.rss",
        "http://another.rss.site/"
      ],
      "format" : "{title}\r\n\r\n{description}\r\n{pubDate}\r\n{guid}\r\r---\r\n",
      "enable" : true
    }
Clone this wiki locally