matchbook

July 16, 2017 ยท View on GitHub

Python wrapper for Matchbook API.

Matchbook Documentation

Installation

$ python install matchbook

Usage

>>> from matchbook.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.reference_data.get_sports()
>>> tennis_events = api.market_data.get_events(sport_ids=[9])