Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 399 Bytes

matchbook

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])