admin
This user hasn't shared any biographical information
Posts by admin
Update twitter via curl
December 11, 2009 - 13:20
Tags: curl, Linux, twitter
Posted in Shell | No comments
Update twitter via curl (and also set the “from” bit):
$ curl -u twitter-username -d status="Hello World, Twitter!" -d source="cURL" http://twitter.com/statuses/update.xml