使用Python脚本批量添加WordPress文章
我们用到Wordpress的xmlrpclib,步骤:
- 安装python 和 xmlpc。
- 然后用下面代码新增一篇文章:
importdatetime,xmlrpclib
wp_url="http://www.awaimai.com/xmlrpc.php"
wp_username=""
wp_password=""
wp_blogid=""
publish=True
server=xmlrpclib.ServerProxy(wp_url)
title="Thisistitle"
content="Thisiscontent"
date_created=xmlrpclib.DateTime(datetime.datetime.strptime("2011-10-2021:08","%Y-%m-%d%H:%M"))
categories=["categoryhere"]
tags=["sometag","othertag"]
data={'title':title,'description':content,'dateCreated':date_created,'categories':categories,'mt_keywords':tags}
post_id=server.metaWeblog.newPost(wp_blogid,wp_username,wp_password,data,publish)
print(post_id)
文章来源:http://panks.me/posts/2012/06/add-post-to-your-wordpress-blog-using-python-script/
热门推荐
10 读书祝福语女生短句简短
11 感谢同事新婚祝福语简短
12 感谢教官文案祝福语简短
13 员工聚会蛋糕祝福语简短
14 元宵发客户祝福语简短
15 给团队信心祝福语简短
16 医美的祝福语大全简短
17 异国姻缘的祝福语简短
18 兄妹拍照祝福语简短的话