Skip to content

Instantly share code, notes, and snippets.

@michaeluhl
michaeluhl / gistcheck.py
Created November 9, 2012 02:25
A small client to allow pythonista to repeated save/load to the same gist.
import base64
import console
import editor
import json
import keychain
import os.path
import pickle
import re
import urllib2