Skip to content

rozzac90/matchbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python wrapper for Matchbook API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages