barce / sitebeagle

Sitebeagle tells you when a website has changed or if it's down. (newLISP)

This URL has Read+Write access

name age message
file README Loading commit data...
file checksite.lsp
file noodles.lsp Mon Feb 02 22:05:02 -0800 2009 got twitter dm functionality working [barce]
file sitebeagle.lsp Mon Jun 29 17:11:55 -0700 2009 printing out html to files for comparison later. [git]
file test.lsp
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

; tag test_b
; doing a cherry pick test

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/

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