# crontab for parlparse, part of ukparse # m h dom mon dow command # update latest stuff from parliament.uk in the morning. # parliament.uk is meant to update by 6am 13 6 * * * $HOME/parlparse/scripts/morningupdate # daily update at night for MP data (regmem, data from Public Whip etc.) 37 1 * * * $HOME/parlparse/scripts/dailyupdate # several times a day, check for changes in various pages (lists of MPs, ministers etc.): # update at night, as David Boothroyd ofen updates strengths.html in the evening # update at lunch, so if a minister is sacked in the morning and the clerks alert # update with the six o'clock news 20 1 * * * $HOME/parlparse/scripts/changewatcher 0 12 * * * $HOME/parlparse/scripts/changewatcher 0 18 * * * $HOME/parlparse/scripts/changewatcher # (the above times are all guesswork, but it doesn't really matter) # 01:10, email when a parliamentary recess starts/ends 10 1 * * * /usr/bin/python $HOME/parlparse/scripts/recesswatcher.py # every week early Sunday grab weekly range of data 23 4 * * Sun $HOME/parlparse/scripts/weeklyupdate # Test of new stuff, to Julian only #MAILTO=julian@goatchurch.org.uk #5 8 * * * $HOME/parlparse/scripts/lordsonlytest