Archive For June, 2009

Tweeting from an IRC bot

I have made a Guile module which is capable of being used by the IRC bot bobot++. The code is available here: http://zedstar.org/tarballs/sneektweet-0.1.tar.gz The readme: sneektweet 0.1: Wraps some C/GLib code which posts to Twitter. setup: Edit configure.ac to set twitter account details. from REPL: john@thinkpad:~/workspace/sneektweet$ guile guile> (use-modules (twitter sneektweet)) guile> (tweet “foobar”) guile> [...]

Read more »

shakeyshakey

When accelerometers meet Twitter. This programs calculates the covariance of data sampled from a Thinkpad’s accelerometers. If the covariance is over a certain threshold it posts the result to Twitter. Or more simply put, shake your laptop and make it tweet! It is a command line program which requires a Twitter username and password to [...]

Read more »