foogle / wp2tumblr

Script to import a Wordpress XML export into a Tumblog

Home Page:http://wp2tumblr.jonthornton.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import a Wordpress Blog into Tumblr: wp2tumblr

wp2tumblr is a simple Flask app that will import a Wordpress XML export into Tumblr with publishing dates intact.

Alpha Version

This app is under active development and has minimal testing. Use at your own risk.

Requirements

Usage

A hosted version of wp2tumblr is available at http://wp2tumblr.jonthornton.com. If you'd like to run your own copy, follow these steps:

  1. Clone the wp2tumblr repo.
  2. Visit http://www.tumblr.com/oauth/apps and register a new application. Set the default callback url to http://127.0.0.1:5000/oauthorized. The rest of the fields can be filled in however you want.
  3. Copy settings.py.sample to settings.py and fill in your client keys. Set DEBUG = False to enable posting.
  4. Install the required packages: $ pip install -r requirements.txt
  5. Start the server $ WP2TUMBLR_SETTINGS=/path/to/settings.py; python wp2tumblr.py
  6. Open your browser to http://127.0.0.1:5000 and follow the instructions

Help

Submit a GitHub Issues request.


This software is made available under the open source MIT License. © 2014 Jon Thornton.

About

Script to import a Wordpress XML export into a Tumblog

http://wp2tumblr.jonthornton.com


Languages

Language:Python 87.4%Language:HTML 9.0%Language:CSS 3.6%