Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 932 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 932 Bytes

Secret-Agent-Url

My take on a url monitoring tool.

Quick Start

  1. Clone repository
git clone https://github.com/ccarse/Secret-Agent-Url
cd Secret-Agent-Url
  1. Install dependencies
npm install
  1. Edit config.js, most importantly the URLs object to include the URLs you'd like to monitor.
  2. If using environment variables to store email credentials, set those.
  3. Run!
node Secret-Agent-Url.js

TODO

  • Error handling
  • More customizable and richer output options
  • Video quickstart tutorial
  • Cron/launchd instructions
  • Better logging

FAQ

Hey n00b, you didn't capitalize URL, what gives?

The project is pronounced Secret Agent Earl, it's not capitalized to try and help point out that it's a play on words.

Special thanks to http://github.com/thp. I've based a lot of this on his excellent python urlwatch tool. http://thp.io/2008/urlwatch/