betdaq

February 7, 2018 ยท View on GitHub

Python wrapper for Betdaq API.

Betdaq Documentation

Installation

$ pip install betdaq

Usage

>>> from betdaq.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.marketdata.get_sports()
>>> all_markets = api.marketdata.get_sports_markets([100005])