pinnacle icon indicating copy to clipboard operation
pinnacle copied to clipboard

Python Wrapper for Pinnacle Sports API

Results 10 pinnacle issues
Sort by recently updated
recently updated
newest added

Hello! Your package is very useful, but it hasn't been updated for a long time. Do you plan to update it in the foreseeable future?

python 3.10 compatibility

Having it locked to 2017.1 produces issues with projects that use another version

This API's refernce "Pinnacle document" is no link

First of all, thanks for the clean wrapper library :) Previously, the setup.py imported the version of the package directory with `from pinnacle import __version__`. The issue with this approach...

Bumps [requests](https://github.com/requests/requests) from 2.13.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

This error happens when there's no updates on the odds: ``` File "/usr/local/lib/python3.7/site-packages/pinnacle/endpoints/marketdata.py", line 117, in get_odds response.json(), resources.OddsDetails, date_time_sent, datetime.datetime.utcnow() File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 866, in json return complexjson.loads(self.text, **kwargs)...

`from pinnacle.apiclient import APIClient` `from pinnacle.endpoints.betting import Betting` `from datetime import datetime, timedelta` `username = 'foo'` `password = 'bar'` `api = APIClient(username, password)` `last_hour_date_time = datetime.now() - timedelta(days = 1)`...

Dear @rozzac90 ! I have trouble again with installing pinnacle 0.0.7 version on Windows 10 again. ``` C:\Users\Administrator>python --version Python 2.7.15 C:\Users\Administrator>pip install pinnacle Collecting pinnacle Using cached https://files.pythonhosted.org/packages/12/06/55706032d6d245e1f28b7e3c3c1ab48ec978ee5a3de260adb0a91ea36a72/pinnacle-0.0.7.tar.gz Complete...