betconnect
1.0.0
BetConnect api 的簡單 python 包裝器,允許檢索活躍投注市場的數據以及與這些市場相關的投注操作,請參閱範例
文件
加入betcode 鬆弛組
betconnect 帳號(客戶所需的使用者名稱和密碼)- 可以透過登台和製作網站設定。
api 金鑰 - 與您的帳戶關聯的 api 金鑰。每個環境都是唯一的。
個人化生產 URL - 即時(生產)帳戶具有與您的帳戶關聯的獨特 URL。
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 ()
可用端點: