This post originated from an RSS feed registered with Python Buzz
by Jeremy Hylton.
Original Post: Simple Python Aggregator
Feed Title: Jeremy Hylton's Web Log
Feed URL: https://www.python.org/~jeremy/weblog/rss.xml
Feed Description: A techie web log mostly about Python
I've been working on a very simple Python RSS aggregator as a way
to learn more about RSS and to see what kinds of data you find in real
life. I decided to package up the code and release -- all 500 lines
of its. It's sagg 0.1, a simple
aggregator.