[Zope] Zope scripting from the console
Philippe Jadin
all@123piano.com
Tue, 6 Aug 2002 10:00:21 +0200 (Paris, Madrid (heure d'été))
On Mon, 05 Aug 2002 13:26:47 -0400 "Jorge O. Martinez" <jmartinez@eMediaMillWorks.com> wrote:
> is how
> I could write a python script that interacts with Zope from my console.
> Is that
> possible? Or is it a security issue? Any ideas will be appreciated.
Some ideas there :
- xml-rpc
- wget special urls (for example a python script), something like :
http://www.site.com/mypath/myobject/addproperty?id=author&type=string&content=Joe
(you'll have to write the script yourself, but it is easy. You should use
wget authentification). Looks like "poor man xml-rpc"
- I think you can also connect directly to zodb, but I don't think it's
needed. (ZEO)
hth
--
Philippe Jadin
123piano.com