网页摘要计算, 使用 HighwayHash 算法
go get github.com/xuender/webhash/cmd/webhashwget
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/72webhash check
# 或者
webhashwebhash updatewebhash watch设置定时任务 crontab -e
# 每小时执行一次
0 * * * * ${HOME}/bin/webhash watch