Is this practical? How do I accomplish it?
Some barriers I've come across already:
I have separate scripts for weather and time. How do I format them into one comma-separated row?
how do I print each subsequent call to the python script(s) to a new row in the csv file?
I need to figure out how to schedule calls to the python or bash script twice a day.
cron
: http://askubuntu.com/a/2371/158442. For the other two, ask on a programming site like [so]. – muru May 27 '15 at 05:17