Table of Contents
pip install rssatom
rssatom
is distributed under the terms of the MIT license.
usage: rssatom2html.py [-h] --url URL [--htmlfile HTMLFILE] [--show]
parse rss or atom file
options:
-h, --help show this help message and exit
--url URL url of an atom file to parse
--htmlfile HTMLFILE where to store the generated output
--show show the feed in a browser
rssatom2html retrieves a url containing an atom or rss feed, parses it into html and, if --htmlfile and --show are invoked, displays the generated html in your webbrowser