[Tutor] Building RSS reader with Python

2008-11-05 Thread btkuhn
Hi everyone, I'm new to programming and am building a very basic rss reader for my first major project with python and GUI. As it is, I have it set up so that if I input an exact rss feed address (ex http://news.google.com/?output=rss) I can retrieve stories. Id like to make it so that I can

Re: [Tutor] Building RSS reader with Python

2008-11-05 Thread lister
Might look at rss2email, it works very well for those of us that like to read email instead of yet another website to read rss feeds. It won't solve your search for the address of rss feeds on the site but it will give you an idea about rss parsing. rss2email - http://rss2email.infogami.com/

Re: [Tutor] Building RSS reader with Python

2008-11-05 Thread Shawn Milochik
On Wed, Nov 5, 2008 at 3:26 PM, [EMAIL PROTECTED] wrote: Hi everyone, I'm new to programming and am building a very basic rss reader for my first major project with python and GUI. As it is, I have it set up so that if I input an exact rss feed address (ex http://news.google.com/?output=rss)

Re: [Tutor] Building RSS reader with Python

2008-11-05 Thread Kent Johnson
On Wed, Nov 5, 2008 at 3:26 PM, [EMAIL PROTECTED] wrote: Hi everyone, I'm new to programming and am building a very basic rss reader for my first major project with python and GUI. As it is, I have it set up so that if I input an exact rss feed address (ex http://news.google.com/?output=rss)

Re: [Tutor] Building RSS reader with Python

2008-11-05 Thread Kent Johnson
On Wed, Nov 5, 2008 at 3:36 PM, [EMAIL PROTECTED] wrote: Might look at rss2email, it works very well for those of us that like to read email instead of yet another website to read rss feeds. It won't solve your search for the address of rss feeds on the site but it will give you an idea