Skip to content

Instantly share code, notes, and snippets.

@txus
Created June 27, 2010 17:56
Show Gist options
  • Save txus/455051 to your computer and use it in GitHub Desktop.
Save txus/455051 to your computer and use it in GitHub Desktop.
# 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