python使用xmlrpc自动发布文章到wordpress
背景:需要大批量往已部署好的wordpress的网站迁移文章,经过一番查询发现,wordpress是支持xmlrpc,且国外有一位网页开发好这个模块——python的 wordpress_xmlrpc模块。
官方网址:https://python-wordpress-xmlrpc.readthedocs.io/en/latest/
github:https://github.com/maxcutler/python-wordpress-xmlrpc
安装
easy_install python-wordpress-xmlrpc
pip install python-wordpress-xmlrpc
上传图片样例:
参考
http://www.chenxm.cc/article/803.html