twitter from commandline

Here is a oneliner to submit twitter messages via curl to twitter. I found it here

curl –basic –user “yourusername:yourpasswd” –data-ascii “status=`echo $@|tr ‘ ‘ ‘+’`” “http://twitter.com/statuses/update.json” -o /dev/null; echo Message Sent!

1 Response to “twitter from commandline”


  1. Gravatar Icon 1 techrajesh

    thnx for the pingback rolf !!

Leave a Reply