Command line Twitter
You can easily update your Twitter status from the command line using cURL. The Tech-Recipes blog posted this handy command line hack: With cURL installed, you can post to Twitter from the terminal window by using the following syntax: curl -u yourusername:yourpassword -d status=”Your Message Here” http://twitter.com/statuses/update.xml You will receive a response containing the XML […]