🧰
开源工具集

标注清楚怎么用:在线即用 / 可自托管 / 桌面应用 / 命令行

English

changedetection.io

dgtlmoon/changedetection.io
一条命令部署 需要一台自己的服务器,但 README 里有可直接执行的 Docker 命令,复制粘贴就能跑起来。

盯着网页变化,改了就通知你,抢票和比价都用得上

监控告警可自托管
changedetection.io 网站截图

部署命令

docker pull dgtlmoon/changedetection.io
docker kill $(docker ps -a -f name=changedetection.io -q)
docker rm $(docker ps -a -f name=changedetection.io -q)
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io

摘自项目 README。需要一台装了 Docker 的服务器,命令可能还需补充环境变量。

项目简介(摘自 README)

ChangeDetection.io supports a massive amount of notifications (including email, office365, custom APIs, etc) when a web-page has a change detected thanks to the apprise library. Simply set one or more notification URL's in the [edit] tab of that watch.

星数
★ 34.5k
语言
Python
许可证
Apache-2.0
最近更新
2026-09-21
分类
监控与运维
场景
通用工具