Posts Tagged ‘twit’
Twitter: Post Update Using Curl On Command Line Interface
Written by piju on June 23, 2009 – 6:59 pm -%touch twit.sh
%echo curl –basic –user “YOURUSERNAME:PASSWORD” –data-ascii “status=`echo $@|tr ‘ ‘ ‘+’`” “http://twitter.com/statuses/update.json” >> twit.sh
%chmod +x twit.sh
%./twit.sh Hello World!
Tags: CLI, command line interface, curl, twit, twitter, twitter updates, twitter.com, zsh
Posted in debian, fedora, freebsd, linux, unix | No Comments »
Posted in debian, fedora, freebsd, linux, unix | No Comments »

