Tag Archives: Python

My First Callcast

Check it out.  Thanks Kevin!

friendfeed.py Patch for use on Google App Engine

Ask and ye shall receive.  Attached is a patch for using friendfeed.py on Google App Engine.  You need to also have demjson available.  Google App Engine does not allow use of many C modules (like cjson) and both json and simplejson will throw decoding errors from time to time. demjson is slow but won’t throw [...]

Tweet 2 Tweet

Announcing my latest (tiny) project: Tweet 2 Tweet.
You know when you see someone’s Twitter update with an @ reply in it to someone you don’t know and are completely confused about the topic?  Tweet 2 Tweet is an effort to solve that.  You can put both of their names into Tweet 2 Tweet and see [...]

FriendFeed Stats - FriendFeed API + Open Source

I really dropped the ball on writing a blog post about this one but better late than never!
On March 21st Bret Taylor (one of the FriendFeed founders) asked if I’d like to provide feedback for the then upcoming FriendFeed API.  I was very interested in getting my hands on it and stoked that I was [...]

RSSmeme - Now With Search Feeds

Ask and ye shall receive.  David Rothman asked for search and RSS feeds for searches for ReadBurner; so I added them to RSSmeme.  Searches are basic: I split up your terms, search for them case insensitively in story titles, and “or” the results all together sorted by post date.  Your browser should auto-detect the feed [...]