Tag Archives: twitter

Update your Twitter status from the Linux command line

You can easily update your Twitter status from the CLI by using this one simple command: curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml where user is your username and password is your Twitter password entered in plaintext. Replace the text Your status message with anything you wish. If you want to pass 350-001 and… Read More »