matchbook

Matchbook API Python wrapper


License
MIT
Install
pip install matchbook==0.0.7

Documentation

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