Tag Archive | "twitter"

How to update your twitter status using curl

Saturday, August 8, 2009

0 Comments

Have you ever wanted to update your twitter status from linux command line? Using curl you can do this. curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml Just simply replace user with your username password with your password and Your status message with the content of your latest tweet

Continue reading...