FriendFeed is a fantastic service which does all of the hard work in aggregating and "normalizing" (for lack of a better description) all of the online activity we generate on socal sites like Flickr, YouTube, et al.
The Consonance package offers a set of django models which mirrors the structure set forth in the FriendFeed API Documentation and a convenient cron-callable script for fetching updates from FriendFeed. It should be useful for integrating a lifestream into a django-powered site, but the display and styling of the lifestream is left up to the user -- there are no views or templates included.
Product's homepage
Requirements:
· Python