Back To The Mac RSS reloader

alfred2 [back to the mac] 스크립트를 수행할 때, 데이타가 1시간 전이면 server로부터 rss를 다시 읽어오도록 되어 있다. 수행할 때마다 delay하는 것이 번거로워, cron job으로 수행할 script를 만들었다.

btm-reload.pyfeedparser.py를 같은 directory에 두고 btm-reload.py를 cron job에 등록하면 15분마다 읽어서 cache를 하게 된다.

*/15 * * * * /Users/jmjeong/Dropbox/bin/btm-reload.py > /dev/null 2>&1
Written on October 27, 2014