Currently supports calls to the article endpoint.
To install simply (preferably in a virtualenv):
$ pip install -r requirements.txt
To run the example:
$ python example.py
An example of how to use the client in your code:
diffbot = DiffbotClient()
url = "http://shichuan.github.io/javascript-patterns/"
token = "3c66f28f72ea40c1b02e6a4cc195b07e"
api = "article"
version = 2
response = diffbot.request(url, token, api, version=2)