监控商品价格变化,发现底价时通知你!
python3 scripts/price_monitor.py add "商品URL"
python3 scripts/price_monitor.py list
python3 scripts/price_monitor.py check
python3 scripts/price_monitor.py alert "商品ID" 100
# 监控京东商品
python3 scripts/price_monitor.py add "https://item.jd.com/100086924064.html"
# 监控亚马逊商品
python3 scripts/price_monitor.py add "https://www.amazon.com/dp/B09V3KXJPB"
# 设置低于 100 元提醒
python3 scripts/price_monitor.py alert 1 100
# 检查所有商品价格
python3 scripts/price_monitor.py check
需要配置通知方式,支持:
export PRICE_WEBHOOK="your-webhook-url"
共 1 个版本