Created
June 27, 2010 17:56
-
-
Save txus/455051 to your computer and use it in GitHub Desktop.
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 command to post "3 whatever" to daytum through your twitter account remotely! | |
# (Replace twitter_user, twitter_password, whatever and 3 as you wish) | |
# Note: you must have your twitter account linked to daytum (go to daytum settings) | |
curl -u twitter_user:twitter_password -d "text=whatever:3&user=daytum" http://twitter.com/direct_messages/new.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment