Categorygithub.com/xuender/webhash
modulepackage
1.1.4
Repository: https://github.com/xuender/webhash.git
Documentation: pkg.go.dev

# README

Webhash

网页摘要计算, 使用 HighwayHash 算法

安装

curl

sh -c "$(curl -fsSL https://github.com/xuender/webhash/raw/master/install.sh)"

wget

sh -c "$(wget -O- 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

# Packages

No description provided by the author

# Functions

Batch 批量摘要.
Highwayhash 摘要.
New 新建摘要.
NewHashs 新建列表.
Parse 解析.

# Structs

Hash 网页摘要.

# Type aliases

Hashs 摘要列表.