网页摘要计算, 使用 HighwayHash 算法
go get github.com/xuender/webhash/cmd/webhash
wget
sh -c "$(wget -O- https://github.com/xuender/webhash/raw/master/install.sh)"
curl
sh -c "$(curl -fsSL https://github.com/xuender/webhash/raw/master/install.sh)"
webhash add https://api.github.com/repos/golang/go/milestones/72
webhash check
# 或者
webhash
webhash update
webhash watch
设置定时任务 crontab -e
# 每小时执行一次
0 * * * * ${HOME}/bin/webhash watch