监控到货通知, url为地址,name是别名,keyword是监控没货关键词
docker run -d --name=monitor \
--net=host \
-v 你的config.yaml路径:/mnt/config.yaml \
thsrite/monitor:latest
配置文件config.yaml
monitor:
status: true
time: 2
log: true
urls:
- url: "https://my.frantech.ca/cart.php?a=add&pid=1487"
name: "卢森堡块存储512GB"
keyword: "Out of Stock"
- url: "https://my.frantech.ca/cart.php?a=add&pid=1486"
name: "卢森堡块存储256GB"
keyword: "Out of Stock"
wechat:
corp_id:
secret:
agent_id:
to_user:
Content type
Image
Digest
sha256:e86097035…
Size
50 MB
Last updated
over 3 years ago
docker pull thsrite/monitor