This python 3 program parses RSS feeds and displays them at rotating frequency in a small window. As the feeds rotate
The feeds may be provided in a few different ways as outlined below:
-
By url of RSS feed:
python main.py --url "http://rss.cnn.com/rss/cnn_us.rss" -
In a static file:
python main.py --file "json_file_with_links.json" -
In a .yaml/.yml file:
python main.py --config "yaml_configuration.yml".yaml/.yml files should have a structure following that of the accompanying default_config.yml. All of those fields are optional.