Created
September 28, 2010 21:55
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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