本格的にPlaggerを使おうと思ってCygwinでcron入れた。
設定
% cron-config Do you want to install the cron daemon as a service? (yes/no) yes Do you want to the cron daemon to run as yourself? (yes/no) yes Do you want the daemon to run with ntsec? (yes/no) no ログインパスワードを入力 Do you want to start the cron daemon as a service now? (yes/no) yes OK. The cron daemon is now running.
ntsecは鬱陶しい事が良くあるのでnoで、他はとにかくyesでcrondをサービスに登録。
登録
% crontab -e SHELL=/bin/sh MAILTO="" */10 * * * * ( cd /home/plagger && /usr/bin/plagger -c config.yaml )
こんな感じで10分毎にチェック。config.yamlはMSN Messengerに送るプラグインって無いのかな?というわけでちょっと書いてみた。 - ヒルズで働く@robarioの技ログのやつで、Feedにはてなブックマークのお気に入りを指定。誰かがブックマークしてたらMSNメッセンジャーに飛んでくる。面白過ぎ&便利過ぎ。Plagger++, Net::MSN++