rozzac90 / betdaq

Python Wrapper for Betdaq API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python Wrapper for Betdaq API

License:MIT License


Languages

Language:Python 100.0%