Skip to content
forked from rozzac90/pinnacle

Python Wrapper for Pinnacle Sports API

License

Notifications You must be signed in to change notification settings

wzwqoo/pinnacle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%