Trackchange
Track changes to websites by probing them on a regular basis. Changes will be reported via email and/or RSS feed.
Installation
Add this line to your application's Gemfile:
gem 'trackchange'
And then execute:
$ bundle
Or install it yourself as:
$ gem install trackchange
Usage
# Set email
trackchange email <email>
# Set path to store RSS feed
trackchange rss <path>
# Add site
trackchange add <url>
# List sites
trackchange list
# Remove site
trackchange remove <pos>
# Probe
trackchange probe
# Install probe into crontab
trackchange install
# Uninstall probe from crontab
trackchange uninstall
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request