Twitt shell
Written by edmond in Bash, Command & Shell, Debian, Gnu-Linux, Tips & Tricks, Twitter
This is a small tip for those who use Twitter and wanted to use shell to send a tweet. I also have just about Twitter (though tweetto little) at http://twitter.com/edmondweblog. For those who want to try, enter their data twitter, and the shell:
curl-u username: password-d status = "Tweet shell" http://twitter.com/statuses/update.xml> / dev / null
Tweet will be sent then the "Tweet from shell"
Post similar (or almost):
- Public IP from shell To see our public IP there are several ways ...
- As long as there is no hope Shell This post comes from the awareness that one ...
- Shell to poison ...















July 1st, 2009 at 14:02
Excellent, very useful! Thanks
July 1st, 2009 at 14:41
Twitt shell ...
This is a small tip for those who use Twitter and want to use shell to send a tweet. Just replace username and password in the following command curl ... ....
July 1st, 2009 at 15:43
helpful thanks