Skip to content

Instantly share code, notes, and snippets.

@splorp
Created September 28, 2010 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splorp/601874 to your computer and use it in GitHub Desktop.
Save splorp/601874 to your computer and use it in GitHub Desktop.
Posting to Twitter from the command line. Note that this version does not support OAuth authentication.
curl --user email:password --data-binary "status=`echo $@|tr ' ' '+'`" http://twitter.com/statuses/update.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment