Partially Attended

an irregularly updated blog by Ian Mulvany

Cron, python and Google Wave

Mon Aug 17, 2009

58 Words
Documentation on getting a google wave robot written in python working with the Cron functionality is still a little sparse.


Getting a cron job into the capabilities.xml file.

Add the following directive to the main function of your python program:

myRobot.RegisterCronJob('/path',60)

When you look at you capabilities.xml file you should now see a new node in the file:







This work is licensed under a Creative Commons Attribution 4.0 International License