everythingability
Mar 11, 2010 10:18 AM
I've created an "events crawler" and want to programmatically add these events to my Cyn.in install. I'm comfortable with python but not sure how to ...
a. Launch python ( i imagine I will have to do in a certain place to import the relevant libs)
b. Select a user from the ZODB
c. Create Event objects in the relevant space
... can I connect to the ZODB remotely btw?
a. Launch python ( i imagine I will have to do in a certain place to import the relevant libs)
b. Select a user from the ZODB
c. Create Event objects in the relevant space
... can I connect to the ZODB remotely btw?

Blog
Status Log
Wiki
Instead consider adding a function to the ubify.xmlrpc product in the /stacker handler and calling it over xmlrpc. Study how the add Discussion and set status message works in it, and you'll get the hang of it soon enough.
What's your events crawler written in?
Sorry to ask such basic questions, the big picture of Cyn.in hasn't quite formed yet for me.
p.s I am preparing to spend some serious study time on Cyn.in and will be documenting my work as I go... which will hopefully be of use....