Showing posts with label feedParser. Show all posts
Showing posts with label feedParser. Show all posts

Monday, February 13, 2012

Python Tkinter and Feedparser.py Cleaned Up a Little.

So, after some massaging of the available information and examples, I now have a list (not necessarily a python list) of items in the feed. Instead of printing them, I'm going to insert them into the form.

Sunday, February 12, 2012

Using FeedParser.py to Get Feed Info From a Website.

This is what I'm talking about with the documentation. I wanted to open the url and get the information from it. But how do you do that? I tried urllib2.urlopen(url[, data][, timeout]), but that didn't work. FeedParser.py comes with a nice example program - and that is what I shamelessly copied.