betdaq icon indicating copy to clipboard operation
betdaq copied to clipboard

Python Wrapper for Betdaq API

betdaq

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