« | Main | »

May 27, 2009

tweet is a command line twitter client, adding to the browser resistance-- I'm sure it already exists. In any case, you need to install twitter4r. Then, put your credentials in ~/.twitter, similar to a .netrc file, like:
username:username
password:password
and then just type a message on the command line, like
% ./tweet I'm typing a message
If Sent. is printed to STDOUT, it was sent, or something went wrong but I couldn't tell.

Posted by jeff at May 27, 2009 09:12 AM