RSS feeds parser

6 02 2009

I wrote a command line program in Python to read RSS feeds. I made use of a module in python called feedparser (http://www.feedparser.org). It has a few functions which make it very easy to parse the feeds. You can download the .py file here. I am trying to create a version of it for windows as well. The feedparser module must be installed in your machine in order to run this program.

To Do List:

(1) Better Formatting

(2) A Graphical User Interface

(3) A web interface


Actions

Information

Leave a comment