#!/usr/bin/python import xmlrpclib blogid = 'yongsun' user = 'yong.sun@sun.com' passwd = '**********' host = 'http://blogs.sun.com' server = xmlrpclib.ServerProxy(host+'/roller-services/xmlrpc', use_datetime=True) num = 1000 ... ... ... ...Please note that the passwd is the "Weblog Client API Password", it's probably your original login password, anyway, you could set it in your profile page.
星期三 二月 11, 2009
This blog copyright 2009 by yongsun

