newsfeeds:
counterchan!:*:Tc,WN:/news/bin/counterchan

crontab:
0 1 * * 1	/news/bin/autopilot.sh

create yoour own autopilot.conf (read the hints at the autopilot.conf to create a proper config)
mv autopilot.conf autopilot.conf_orig
perl autopilot.pl > autopilot.log
for i in `cat autopilot.log`; do echo "$i:i:0:0" >> autopilot.conf; done

