使用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 婆婆高寿祝福语大全简短