On Jul 2, 9:18 am, Alex <alex.lavoro.pro...@gmail.com> wrote: > I am looking for an open source RSS reader (desktop, not online) > written in Python but in vain. I am not looking for a package but a > fully functional software. > > Google: python "open source" (rss OR feeds) reader > > Any clue ?
It's always worth taking a look at PyPI. Some packages work perfectly well as stand alone applications. http://pypi.python.org/pypi?%3Aaction=search&term=rss&submit=search These two look promising: + NewsFeed (Tk-based): http://home.arcor.de/mdoege/newsfeed/ + urssus (QT-based): http://code.google.com/p/urssus/ -- http://mail.python.org/mailman/listinfo/python-list