Skip to content

Instantly share code, notes, and snippets.

@saturngod
Created September 4, 2012 03:59
Show Gist options
  • Save saturngod/3616374 to your computer and use it in GitHub Desktop.
Save saturngod/3616374 to your computer and use it in GitHub Desktop.
wordpress to tumblr
python wp2tumblr.py -u [tumblr email address] -p [tumblr passwordd] -g [blog-url] -s [start-postnumber] wordpress-xml-export-path
-u require , tumblr email address
-p require , tumblr password
-g optional , tumblr blog url , default is current default tumblr url
-s Optional , default value is 0
wordpress-xml-export-path Wordpress export XML file
@dgilperez
Copy link

Hi!

Is this working with the new Tumblr API restrictions to create posts? I've tried several tools now, but it seams that Tumblr now requires OAuth to create posts ...

Thanks!

@saturngod
Copy link
Author

Last month it's working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment