Lets post to twitter via command line!

January 11th, 2009 | Categories: twitter

If you find your self not truly satisfied with filling out a form or by sending a text you can post your twitter statuses via command line/curl:

curl -u USERNAME:PASSWORD -d status="MESSAGE" http://twitter.com/statuses/update.xml | grep truncated

Comments

TOP