Howto Twitter From the Command Line in Ubuntu!


Twitter rocks, here is a quick n easy way to twitter from your console in any Unix system:



sudo apt-get install curl

sudo gedit /usr/bin/twitter

Now Paste this in gEdit and simply replace "yourusername" with your username and "yourpasswd" with your twitter passwd and ctrl-s to save, then alt-F4 to exit!


curl --basic --user "yourusername:yourpasswd" --data-ascii "status=`echo $@|tr ' ' '+'`" "http://twitter.com/statuses/update.json" -o /dev/null
echo Message Sent!


Then chmod for exec privileges:
chmod +x /usr/bin/twitter
All done! w00t! Now lets try it out :)

All you gotta do is:
twitter "message here without the quotes"
You dont even need to open the command line, all you gotta do is press alt-F2 and type twitter then your message, and dont forget to check "Run in Terminal"

Comments (11)

Loading... Logging you in...
  • Logged in as
well sometime I personally dont have a window manager running, and I spend allot of time on the terminal so it is convenient for me, and probably others that use twitter and use the command line allot.
Do negros use the command line? Hahaha lololol!
Mike, yes, africans do use ubuntu, afterall ubuntu is a african word meaning:
A Zulu word, literally meaning “humanness.” Ubuntu is a social and spiritual philosophy serving as a framework for African society.
I hope your not being racist, which I think you are, I will forgive you for that this time. I am not african but I have some beloved friends that are that use the command line daily, some that I know and I learn allot from, and then learning to adapt and deal with racism means that the racists have allot to learn from them as well.
Waiting for your next post -- you seem to be on holiday.
I think he forgot to put "sudo" in front of that command.
I got this idea from fsckn w/linux, and improved his idea with echo message sent and output to dev/null, and added twittering from alt F2
Just got started with Twitter. Am using your script. Thanks.
hmm this didn't work on my osx10.3.9 ... i just get

>

and it doesn't end

just copied the edited file to /usr/bin as root

but did that chmod thang
1 reply · active 826 weeks ago
I've got the same issue, any fix?
Thanks, this is awesome!

Note, of course, that your username and password are stored in plaintext, which is a security issue.
dandelion girl's avatar

dandelion girl · 824 weeks ago

hitnx but how to follow other people's twitts or add folloing

Post a new comment

Comments by

Clicky Web Analytics