Site Change Alert
v2.0.1Use when 监控ing 网页sites for content changes, comparing page snapshots with diff, scheduling periodic 检查s, or 发送ing alerts via emAIl and 网页hook 通知.
运行时依赖
安装命令
点击复制技能文档
网站变更监控与警报系统 监控网页内容变更,拍摄快照,进行差异比较,安排定期检查,当检测到变更时通过电子邮件或webhook发送警报。
命令: watch 将URL添加到监控列表中。 bash scripts/script.sh watch "https://example.com/pricing" bash scripts/script.sh watch "https://example.com/status" --selector ".status-text" check 立即检查URL是否有变更。 bash scripts/script.sh check "https://example.com/pricing" bash scripts/script.sh check --all diff 显示URL最近两次快照的差异。 bash scripts/script.sh diff "https://example.com/pricing" schedule 设置定期检查(基于cron)。 bash scripts/script.sh schedule "https://example.com" 30 notify 配置通知渠道(电子邮件、webhook、stdout)。 bash scripts/script.sh notify webhook "https://hooks.slack.com/..." bash scripts/script.sh notify email "admin@example.com" help 显示所有命令。 bash scripts/script.sh help
输出: 变更检测结果与差异 快照历史 通知送达确认 反馈 https://bytesagain.com/feedback/ 由BytesAgain提供支持 | bytesagain.com