Nabaztag and Twitter

I’ve had this Nabaztag rabbit for a few weeks, and I’d like it to read my twitters. According to the Nabaztag blog, they’re there, but as per the comments, I’m not finding anything.

There is an API (which someone has written a Python wrapper for) and that Twitter also has an API (with a Python wrapper). I should be able to write a Python program that reads from Twitter on a regular (eg hourly) basis using the friends_timeline method to get all new posts since the last read and then fire each one to the nabaztag. I might need to do some translation of user names as it won’t be able to speak them.

If anyone reading knows of a similar project, let me know.

Discussion Area - Leave a Comment