Skip to content

frnsys/wp2tumblr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

wp2tumblr.py

By Francis Tseng, for Python 2.7

Import Wordpress posts (in an XML export) into Tumblr.

Based on Jon Thorton's wp2tumblr.py.

README

  1. Install the only dependency:
$ pip install oauth2
  1. Register an application on your Tumblr account to get your consumer key and consumer secret: http://www.tumblr.com/oauth/apps

  2. Get your access token and access secret for your account here: https://api.tumblr.com/console//calls/user/info

  3. In your Wordpress blog, go to Tools > Export, select 'Posts' and download the export file.

  4. Set the proper values in this script: CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_SECRET, BLOG, and WP_XML

  5. Run the script:

$ python wp2tumblr.py

About

import wordpress posts into tumblr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages