schabotte
Member
Posted 6 years ago #
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
jcostom
Member
Posted 6 years ago #
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
schabotte
Member
Posted 6 years ago #
Thanks! I'll play around with it today.