git clone git://github.com/jjb/twitter.rb.git
- Edit the script to use your username.
- `ln -s twitter.rb/twitter ~/bin/twitter``
or
- Copy the script from the webpage and paste it into a text editor and save it as ~/bin/twitter (and chmod to 755)
$ twitter 'I am tweating from the command line!'
Keychain will ask you for permission for the script to access your twitter password. Click "Allow" or "Always Allow".
Problem: http://apiwiki.twitter.com/ tells me that basic authentication is being discontinued June 2010 (this month!). I've done twitter oauth authentication, but how does the typical Twitter password-requesting desktop app authenticate? I guess they all got xAuth permission? See lower right here.
It somehow seems unlikely that ALL desktop apps do this, since it's described as "least desirable".
If anyone knows, let me know. Thanks!