betconnect
1.0.0
활성 베팅 시장에 대한 데이터 검색 및 해당 시장과 관련된 베팅 작업을 허용하는 BetConnect API용 간단한 Python 래퍼(예제 참조)
문서
betcode 슬랙 그룹에 가입하세요
betconnect 계정(클라이언트 필수 사용자 이름 및 비밀번호) - 준비 및 생산 웹사이트를 통해 설정할 수 있습니다.
api key - 귀하의 계정과 연결된 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 ()
사용 가능한 엔드포인트: