Skip to content

Instantly share code, notes, and snippets.

View gugek's full-sized avatar

Sean Chen gugek

View GitHub Profile
@lawlesst
lawlesst / summon_search.py
Created July 7, 2011 21:57
Summon API searches with Python
"""
Search Summon API with Python.
See Dough Chesnut's Code4Lib mailing list post: http://serials.infomotions.com/code4lib/archive/2010/201010/2408.html
"""
import httplib2
import urllib
from datetime import datetime
import hmac
import base64
import hashlib