Posts Tagged ‘Command Line’
Howto : Twitter from Command Line… January 25th, 2010
This is a tutorial explaining how to post to Twitter using command-line in Linux, without needing to even open up your web browser….
First, install the curl package:
sudo apt-get install curl
Next, create a script anywhere in your $PATH, for example tweet.sh inside ~/bin, where ~ is your home directory (make sure ~/bin is included in your $PATH variable, in case echo $PATH doesn’t return it, edit ~/.bashrc and add a line like this: export PATH=/home/USER/bin/:$PATH)…
The script tweet.sh should contain the following: Read the rest of this entry »
Tags: Bash, Command Line, Fedora, FOSS, Linux, twitter, Ubuntu
Posted in Techi Gyaan | Comments (0)