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
name age message
file README Loading commit data...
file TODO
file checksite.lsp Sat Aug 08 21:25:29 -0700 2009 sitebeagle will DM you every 15 seconds N times... [barce]
file noodles.lsp Mon Feb 02 22:05:02 -0800 2009 got twitter dm functionality working [barce]
file sitebeagle.lsp
file test.lsp Wed Jul 08 21:43:50 -0700 2009 cherry pick test: second file [barce]
file twitter.lsp Wed Feb 04 00:19:38 -0800 2009 sitebeagle now sends dms to your twitter accoun... [barce]
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.