Twitter updates, via CLI

TwitterI've just started using Twitter, an up-and-coming web service that posts user status on the web, in IM and in SMS. The service also exposes its API, so it's possible to build apps using it.

I found a nifty way of updating my Twitter status through the command line:

curl -u username:password -d status='status_goes_here' -s http://twitter.com/statuses/update.xml > /dev/null 2>&1

Comments

  1. eric pareja29/5/10 22:07

    you can also use twyt. apt-get install python-twyt. the command line would be: twyt tweet status

    ReplyDelete

Post a Comment

Popular posts from this blog

Pull files off Android phone