Skip to content

Instantly share code, notes, and snippets.

View jku's full-sized avatar

Jussi Kukkonen jku

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import base64
import hashlib
import os.path
import sys
import webbrowser
import requests
import simplejson as json
from http.server import HTTPServer, BaseHTTPRequestHandler