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!
Explore… and understand!
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!
thnx for the pingback rolf !!