Archive for the 'python' Category

Creating a HTML “friends” page from a Google Reader subscription list
Sunday, March 23rd, 2008

Google’s Social Graph API crawls the web and extracts publicly available relationship data (edges) for people on various public pages marked up with XFN or FOAF metadata (nodes). Like many others, I have accounts on Twitter, Flickr, FriendFeed, etc., which are all great sources to crawl for social graph edge relationships, but a number of [...]

Python-twitter 0.4
Wednesday, June 13th, 2007

I released python-twitter 0.4 earlier today (homepage, download, source, docs). This release brings the library back in sync with all of the new Twitter API functionality, closes the open issues, and introduces several new features. Highlights include: Unicode support Support for sending direct messages, adding friends, featured users, etc. Stopped using setuptools Cleaner auth model [...]

Twittertastic three
Monday, January 29th, 2007

I just uploaded the first release of python-twitter. Python twitter is a pure python wrapper around the Twitter API and data model. Python twitter is as complete as I could make it. I spent the better part of a full day writing it, and coded it hoping to design something that will be a pleasant [...]

Delancey fix
Monday, November 13th, 2006

I believe I have worked out the segfault issues with Delancey, the service that augments del.icio.us to keep track of which bookmarks you click on the most. If you use Delancey and are still have random issues with it then please ping me. On a related note, I spent a good part of the weekend [...]