Tommi recently showed me a service called Friendfeed, it is an rss aggregator for everything that you post on a bunch of online services and your personal rss feeds. It is very well integrated with those services and building a profile is quick. You can then subscribe to other people profile, and see an overview of their updates in a “friends” tab on the main page.
We were recently discussing about this site with Jérôme and he mentioned that it would be nice to have it in IM, I did a quick search of existing solutions or possibilities.
Post: there is posting bot provided by imified for Friendfeed.
Read new posts: you can use an IM feedreader, I tried with inezha.com. Once you have an account on inezha (anothr), you can subscribe to your “friends” activity feed (the feed’s link on Friendfeed is in the page header or at the bottom of the friends tab) and regularly receive IM updates of the content that appears in this feed.
These are two immediate solutions, it worked ok in a few minutes. The output of inezha.com bot is a bit ascii-arty but I guess it won’t be difficult to have something more minimal for ex. preprocessing the Friendfeed feed in yahoo pipes.
A more complete solution would be to use the Freindfeed API. There are wrappers in Python and PHP for it. It has a read method (/api/feed/home) for your homepage view (friends updates) and one (/api/share) for creating new entries. I know three python jabber modules, words, based on the twisted framework, and then there is xmpp.py and jabber.py. I think the most lively one is xmpp.py (last updated in 2007). Php has a xmpphp package.
