PyBlogger can also post to LiveJournal using the Blogger-to-LiveJournal gateway. I haven’t tried it personally, but at the bottom of the gateway page is this example:

>>> import blogger
>>> blogger.constants.xmlrpcServer = \
...     "http://www.tswoam.co.uk/xmlrpc/blogger_2_lj.cgi"
>>> blogger.newPost("", 
...                 "LJ_SERVER", 
...                 "LJ_PASSWORD", 
...                 "I'm blogging to LJ from a Python Blogger client", 
...                 1)
'9483591'

That means that three major web-based journal systems (Blogger, Manila, and LiveJournal) all work seamlessly with PyBlogger (and presumably other Blogger-compatible clients as well). And I didn’t have to change a single line of code.

§

Respond privately

I am no longer accepting public comments on this post, but you can use this form to contact me privately. (Your message will not be published.)



§

firehosecodeplanet

© 2001–9 Mark Pilgrim