Skip to content

A URL monitoring tool that will email you when a site (or a particular part of a site) changes

License

Notifications You must be signed in to change notification settings

ccarse/Secret-Agent-Url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A URL monitoring tool that will email you when a site (or a particular part of a site) changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published