wescleveland / pinnacle

Python Wrapper for Pinnacle Sports API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pinnacle

Python Wrapper for Pinnacle Sports API

Pinnacle Documentation

Installation

$ pip install pinnacle

Usage

>>> from pinnacle.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.reference_data.get_sports()
>>> tennis_events = api.market_data.get_fixtures(33)

About

Python Wrapper for Pinnacle Sports API

License:MIT License


Languages

Language:Python 100.0%