Cron, python and Google Wave
Posted on: 17 August 2009
in
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:
Comments
If you would like to leave a comment then email me at ian@mulvany.net, and if I like it I'll add it to the post.