Skip to content

Instantly share code, notes, and snippets.

View kstrauser's full-sized avatar

Kirk Strauser kstrauser

View GitHub Profile
@kstrauser
kstrauser / ghost2wp.py
Last active August 2, 2018 07:20 — forked from tzangms/ghost2wp.py
Migrate Ghost to Wordpress
"""
Requirements:
* A Wordpress Blog
* Ghost export file (json).
* Python Packages: python-wordpress-xmlrpc
>>> pip install python-wordpress-xmlrpc
WARNING: