<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>benjamingolub.com - Latest Comments in New Project - Streams</title><link>http://benjamingolub.disqus.com/</link><description></description><language>en</language><lastBuildDate>Thu, 24 Apr 2008 07:47:17 -0000</lastBuildDate><item><title>Re: New Project - Streams</title><link>http://benjamingolub.com/2007/10/17/new-project-streams/#comment-374182</link><description>I can tell you the gist of it.  Basically I use Universal Feed Parser (&lt;a href="http://www.feedparser.org/" rel="nofollow"&gt;http://www.feedparser.org/&lt;/a&gt;) to write a "Crawler" for each type of source.  There are 3 big objects in my database.  A source (netflix, blog, google reader, etc) which defines how a stream is crawled, what color it gets, and how it is displayed.  A stream is a type of source, the only reason to have streams is so you can have more than 1 of each source (and so this can be multi user friendly...although in my setup I only have 1 user it is built from the ground up to allow for more).  Each stream carries things like username/link/feed/etc information so you know where to get the data from.  And an entry is what comes out of each stream (actual blog posts, shared stories, etc).  This is where you store the data from Universal Feed Parser (the title, content, date, tags, etc).&lt;br&gt;&lt;br&gt;Makes sense?  If you need more help just leave another comment or email me at &lt;a href="mailto:bgolub@benjamingolub.com" rel="nofollow"&gt;bgolub@benjamingolub.com&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bgolub</dc:creator><pubDate>Thu, 24 Apr 2008 07:47:17 -0000</pubDate></item><item><title>Re: New Project - Streams</title><link>http://benjamingolub.com/2007/10/17/new-project-streams/#comment-366953</link><description>Ben,&lt;br&gt;I'm just getting started with Django (literally got my first project started today).  Anyway, this is perfect for what I'm trying to do (parse all my feeds for a lifestream).  All the plugins for WordPress are not to my personal liking.  The hardest thing I'm seeing is finding a good way to parse all my RSS feeds to create the source of my lifestream.  It seems you've already figured that out with a technology I'm wanting to learn.  Any chance you can share your code (cleaned up of course)? &lt;br&gt;&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevenhaddox</dc:creator><pubDate>Tue, 22 Apr 2008 18:51:41 -0000</pubDate></item></channel></rss>