Filed under: Internet, Windows, Macintosh, Linux, Unix
Post to Twitter using the command line
File this one squarely in the "because we can," category, but the Digital Streets blog has a tip for command line junkies who want to update Twitter without opening a web browser or a 3rd party application. All you need to do is install cURL, a command line utility for Linux, Windows or OS X and then send a message to Twitter with your status updates.
In Ubuntu, here's how to install cURL:
It's up to you to figure out why you would actually want to do this, but now you can.
In Ubuntu, here's how to install cURL:
- Open a terminal
- Type "sudo apt-get install curl" (without the quotes)
- Enter your root password when prompted
It's up to you to figure out why you would actually want to do this, but now you can.
