public
Description: Sitebeagle tells you when a website has changed or if it's down. (newLISP)
Homepage:
Clone URL: git://github.com/barce/sitebeagle.git
README
"Beagles make good watch dogs." -- from the wikipedia entry for Beagles

Sitebeagle watches a site for you.

By: barce


requirements:
  curl
  twitter account from http://twitter.com/ for sending changes / outages
  twitter account from http://twitter.com/ for receiving changes / outages


how to use:
  open checksite.lsp in an editor.
  where it says EDIT BELOW put in the necessary info:
    twitter sender account
    twitter sender account password
    twitter recipient, person who gets twitters saying site is down
  start sitebeagle:
    ./checksite http://example.com/ number_of_tweets_to_send_if_site_changed

known issues:
  if a site always changes it's html when you go to it, sitebeagle won't work.