• Hi,

    I’m working on a website tool and I’d like to add the ability to post to a wordpress blog via the xmlrpc.php module. I’m looking for an example in perl that will do a post that I can use to integrate into my application.

    Anyone out there have an example they can share or point me in the right direction?

    Thanks,
    Steven

Viewing 2 replies - 1 through 2 (of 2 total)
  • back when i was using movable type, i hacked together something that used xml-rpc to process an incoming email, upload the attached files via xml-rpc and then post using xml-rpc. it requires several modules, but you’ll see what you need near the top of the script.

    I was just using it for messing around with moblogging. I’m sure it won’t be exactly what you’re looking for, but it should give you a good start…

    here it is

    Thread Starter schabotte

    (@schabotte)

    Thanks! I’ll play around with it today.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any perl to xmlrpc sample scripts available?’ is closed to new replies.