WebChangeChecker (wcc) is a command-line tool which checks whether a website is changed or not, written by golang.
- Manage more then one website
- Notify to your slack incoming webhook when the websites have updated
- Could check only the part of a website page by specifing the css selector (you could get this from Chrome Development Tool)
$ go get github.com/oirik/wccOr download binaries from github releases
$ wcc add {url} ({css-selector})if you didn't set css-selector, the whole page is checked.
$ wcc checkif you want to notify slack,
$ wcc check -slack {slack-incoming-webhook-url}As wcc is the on-demand command-line tool, if you want to check regularly, you would register this command to linux cron or windows task scheduler.
$ wcc list$ wcc list # check the No. of removing
$ wcc rm {No.}