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)

Comments by IntenseDebate
· 888 weeks ago
· 888 weeks ago
· 888 weeks ago
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.
· 886 weeks ago
· 886 weeks ago
· 885 weeks ago
Jarav · 882 weeks ago
'2+ · 875 weeks ago
>
and it doesn't end
just copied the edited file to /usr/bin as root
but did that chmod thang
zounds · 826 weeks ago
Tobias · 826 weeks ago
Note, of course, that your username and password are stored in plaintext, which is a security issue.
dandelion girl · 824 weeks ago