Skip to content

Instantly share code, notes, and snippets.

@philipbl
philipbl / import.py
Created August 15, 2012 22:57
Imports Evernote HTML into DayOne
from optparse import OptionParser
from HTMLParser import HTMLParser
import os
import glob
import sys
import re
class Entry():
def __init__(self):
self.tags = []