Created
September 4, 2012 03:59
-
-
Save saturngod/3616374 to your computer and use it in GitHub Desktop.
wordpress to tumblr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!