Skip to content
palaniraja edited this page Mar 26, 2017 · 1 revision
  • Install go
  • cd to downloaded blogimport-master
  • run go build
  • You should have an executable in the directory, in my case it was blogimport-master
  • Download your blogger blog post as xml by following Backup your blog
  • Create a new directory, say mdfiles
  • Run the tool, ./blogimport-master blog-03-23-2017.xml mdfiles
  • You should see status like Wrote 112 published posts to disk. Wrote 0 drafts to disk. if all went good.
Clone this wiki locally