Skip to content
/ rssatom Public

retrieves an rss/atom feed, parses it to html , and optionally displays it on your browser

License

Notifications You must be signed in to change notification settings

dfwcnj/rssatom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rssatom

Table of Contents

Installation

pip install rssatom

License

rssatom is distributed under the terms of the MIT license.

Usage:

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

About

retrieves an rss/atom feed, parses it to html , and optionally displays it on your browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published