This project is no longer maintained :-( HTML grep/sed magic last seen working: 2013-04-10.
Monitor prices on Play.com.
Emails a notification if a given product's price drops below a set limit.
- Setup mail.
- Put your URLs and price limits of interesting products to
playcom.list. - Change the value of
YOUR_EMAILvariable inplaycom-watcherto your email address. - Run
playcom-watcher.
Use cron or launchd.
crontab -e.- Add line:
@hourly ~/bin/playcom-funtimes/playcom-watcher. - Now
playcom-watcherruns hourly.
- Copy
fi.viiksipojat.playcom-watcher.plistinto~/Library/LaunchAgents/. - Modify
ProgramArgumentspath in plist to point where you installedplaycom-watcher. Note that you can't use~. - Add to launchd:
launchctl load ~/Library/LaunchAgents/fi.viiksipojat.playcom-watcher.plist(or reboot). - Now
playcom-watcherruns hourly. Start manually anytime:launchctl start fi.viiksipojat.playcom-watcher.
This project borrows heavily from muumi-dl by the ever so great SAMPUMON!