Python Code for adding posts to WordPress remotely Posted on September 17, 2018 Written by The Curator gistfile1.py import urllib from wordpress_xmlrpc import Client, WordPressPost from wordpress_xmlrpc.methods import posts import xmlrpclib from wordpress_xmlrpc.compat import xmlrpc_client from wordpress_xmlrpc. Read more Related