Skip to content

Instantly share code, notes, and snippets.

'''
source: https://gist.github.com/jag3773/c65afd53944815efe495dae798327021
desc: refactored original import_goodreads.py to place a book's
meta-data in the frontmatter instead of the content area
'''
import csv
# change these to match your setup
OUTPUTDIR = './Reading/'
GOODREADSFILE = 'goodreads_library_export.csv'