Twitter from the command line using curl


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. curl -u username:password -d status="twittering from curl" http://twitter.com/statuses/update.xml

URL: http://www.morethanseven.net/posts/posting-to-twitter-using-php/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.