Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffbot Python API Client

Currently supports calls to the article endpoint.

Installation

To install simply (preferably in a virtualenv):

$ pip install -r requirements.txt

To run the example:

$ python example.py

Example use

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)

About

Python Diffbot API Client

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages