Monitor prices on Play.com.
Emails a notification if a given product's price drops below a set limit.
- Setup postfix. (You can check if postfix is working by mailing something to yourself:
echo -en "Subject: Love Letter\n\nYou're awesome! Cheers, a secret admirer :-)" | sendmail -f you@example.org you@example.org
.)- Mac OS X Lion
- Others, TODO.
- Put your URLs and price limits of interesting products to
playcom.list
. - Change the value of
YOUR_EMAIL
variable inplaycom-watcher
to your email address. - Run
playcom-watcher
.
Use cron or launchd.
crontab -e
.- Add line:
@hourly ~/bin/playcom-funtimes/playcom-watcher
. - Now
playcom-watcher
runs hourly.
- Copy
fi.viiksipojat.playcom-watcher.plist
into~/Library/LaunchAgents/
. - Modify
ProgramArguments
path 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-watcher
runs hourly. Start manually anytime:launchctl start fi.viiksipojat.playcom-watcher
.
This project borrows heavily from muumi-dl by the ever so great SAMPUMON!