Using RPC for bloging is funny no ? In fact it”s really usefull to post thought email.. or console tools so
This is my first post w/ XML-RPC mainly using PyMT check out: http://pymt.sf.net for more infos
import PyMT mt = PyMT.PyMT("http://larsen-b.com/cgi-bin/mt/mt-xmlrpc.cgi","user","xxxx") p = {'title':'Test Post from PyMT','description':'This is my first post w/ XML-RPC mainly using PyMT','categories':[] } mt.newPost(1,p,1)