Skip to content

Instantly share code, notes, and snippets.

@edsu
edsu / worldcat_live.py
Last active December 1, 2016 17:36
A Python module for interacting with the experimental OCLC Worldcat Live API.
#!/usr/bin/env python
"""
This is mainly a demonstration of OCLC's experimental Worldcat Live API [1]
from Python. You should be able to use this module like so:
import worldcat_live
for item in worldcat_live.items():
print item["title"]