betcode-org / betconnect

betconnect - API client
MIT License
7 stars 6 forks source link

Build Status PyPI version Downloads

betconnect

Simple python wrapper for the BetConnect api, allowing for retriveal of data for active betting markets and betting operations associated with those markets, see examples

docs

join betcode slack group

client requirements

Using the library

import betconnect

# create a client
client = betconnect.APIClient(username='username',
                              password='password',
                              api_key='api_key',
                              personalised_production_url='https://custom.betconnect.com/')

# login
client.account.login()

# find active sports
active_sports = client.betting.active_sports()

Available endpoints: