Bit of a side topic, maybe ... but do you know if the blogapi module has the ability to populate a custom CCK node, for example, or does it just handle a simple title and body type of node?
Ray
On Jul 4, 2006, at 10:44 AM, Bèr Kessels wrote:
what you really seem to want is not some on-server script but an XMLRPC script that uses blogapi (.module)
I managed to post content to a sandbox Drupal with some hacked up Ruby script, using the very simple-to-use XMLRPC libraries: http://www.ruby-doc.org/stdlib/libdoc/xmlrpc/rdoc/index.html
Talking to your Drupal site is very simple with that library. and I am certain there is something like this for PHP (or any other language you like).
Bèr
[ Drupal support list | http://lists.drupal.org/ ]