Jul 15

Whenever WHIA encounters an error, I have it send me a twitter message letting me know.  Using the twitter API and curl, this is a simple operation.

curl –basic –user “Twitter_Username:Twitter_Password” –data status=”Twitter Message Here” http://twitter.com/statuses/update.xml

replace Twitter_Username with your username and Twitter_Password with your password, keeping the colon “:” as the separator.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.