https://github.com/jaebradley/draftkings_client
Client for DraftKings API
https://github.com/jaebradley/draftkings_client
daily-fantasy-sports draftkings draftkings-client python
Last synced: 8 months ago
JSON representation
Client for DraftKings API
- Host: GitHub
- URL: https://github.com/jaebradley/draftkings_client
- Owner: jaebradley
- License: mit
- Created: 2016-11-11T06:29:44.000Z (over 9 years ago)
- Default Branch: v3
- Last Pushed: 2023-11-23T22:19:05.000Z (over 2 years ago)
- Last Synced: 2024-04-14T10:20:04.255Z (about 2 years ago)
- Topics: daily-fantasy-sports, draftkings, draftkings-client, python
- Language: Python
- Homepage:
- Size: 1.43 MB
- Stars: 137
- Watchers: 13
- Forks: 35
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



# DraftKings Python Client
## Introduction
To the best of my knowledge, **DraftKings** does not have an "official", well-documented public-facing API.
Instead, they have various **HTTP** endpoints that do not require authentication (so are "public" in this manner).
These "public" endpoints allow one to fetch data for various resources including contests for a specific sport, or
players that are draftable for a given contest (as well as relevant metadata).
As **DraftKings** makes no guarantees about it's "public" API, this client makes no guarantees that the existing API
methods will work consistently.
## Documentation
For documentation about package installation as well as the client's API, please see
[the documentation site](https://jaebradley.github.io/draftkings_client).