Open Source RSS Reader in Python?

A

Alex

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 ?
 
A

alex23

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?:action=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/
 
M

member thudfoo

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 ?

rawdog is an RSS Aggregator Without Delusions Of Grandeur. It is a
"river of news"-style aggregator: it uses feedparser to download feeds
in RSS, Atom and a variety of other formats, and (by default) produces
static HTML pages containing the newest articles in date order. For
example, rawdog's default configuration produces output that looks
like this:

http://offog.org/code/rawdog.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top