Automatical posting tool for wordpress

November 28, 2009 by leo
Filed under: blog tool 
How to automatically publish post to wordpress, I think this is a big problem for seoers, after search or purchase, we owned a lot of free & paid wordpress blog hosting, how to manage so many resource?
Here I recommend a python library for WordPress XML-RPC interface,  please see the following introduction, for download you can go to http://code.google.com/p/wordpress-library/
For GUI mode, you can download from http://www.learningpython.com/sources/WordPy_0_1.tar.gz

WordPress is considered one of more appreciate blogs builders. This software is installed from many people and like most tools have a administration user interface based on XML-RPC protocol.

XML-RPC is a protocol for building WebServices that use HTTP and XML messages. WordPress can be controlled (not completely) by remote administration interface through XML messages.

With this library you can control remotely a WordPress installation. Use of library is very simple, you can write a small scripts or full applications that allows you to automate publishing of articles on your blog/site powered by WordPress.

At this time are available these actions:

  • Publishing new post
  • Editing old post
  • Publishing draft post
  • Deleting post
  • Changing post categories
  • Getting blog and user informations
  • Upload multimedia files like movies or photos
  • Getting last recents post
  • Getting last post
  • Getting Trackbacks of post
  • Getting Pingbacks of post
P.S.   before send post to WORDPRESS by XML-RPC , you need to turn on this function in wordpress setting “writing” options.

Comments

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!