Skip to content

Instantly share code, notes, and snippets.

View ronjouch's full-sized avatar

Ronan Jouchet ronjouch

View GitHub Profile
@ronjouch
ronjouch / xml2markdown.py
Created April 15, 2012 19:02 — forked from Reiot/wordpress2octopress.py
Blogger xml ==> Chisel markdown migration script
# -*- coding: utf-8 -*-
#!/usr/bin/env python
import sys
import os
import re
import yaml
import urllib
import codecs
from datetime import datetime
from BeautifulSoup import BeautifulStoneSoup, Comment