Skip to content

Files

Latest commit

d59ed5e · Jul 18, 2017

History

History
19 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 378 Bytes

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)