文件名称:Backmarket-watchdog:监视黑市产品价格并在购买时发送邮件
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-24 02:40:55
Python
后市场看门狗 监视黑市产品价格,并在购买时发送邮件。 运行脚本: python report.py --urls_file "~/Desktop/iphone_prices/apple_watches.txt" --product_name "AppleWatch" --subject "[Apple Watch] Check out the latest prices" &>> ~/Desktop/iphone_prices/log 自动化: 使用crontab创建一个新的自动化crontab -e按i键切换到输入模式,输入: 0 * * * * /path/to/your/python_bin/bin/python /path/to/the/repo/report.py --urls_file "~/Desktop/example_iphones_to_track.txt" --
【文件预览】:
Backmarket-watchdog-master
----report.py(8KB)
----.gitignore(27B)
----example_iphones_to_track.txt(532B)
----README.md(630B)