Skip to content

Instantly share code, notes, and snippets.

View windhamwong's full-sized avatar
🐒
Déjà vu

Windham (DrKN) Wong windhamwong

🐒
Déjà vu
  • Frontshop Co.
  • Hong Kong
View GitHub Profile
@waqasjamal-zz
waqasjamal-zz / gist:7428185
Last active February 22, 2021 19:37
Python Code for adding posts to WordPress remotely
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.methods import media, posts
import os
########################### Read Me First ###############################
'''
------------------------------------------In DETAIL--------------------------------