Skip to content

Instantly share code, notes, and snippets.

@philgruneich
philgruneich / movieDiary.py
Last active August 29, 2015 14:02
Grab IMDB data to fill a MultiMarkdown table to be sent to Day One
#coding: utf-8
from urllib import quote
import json
import re
import sys
import webbrowser
import requests
import htmlentitydefs
movie = quote(sys.argv[1])