Skip to content

andrewkenreich/DataGolf-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataGolf SDK

This is a Python SDK implementation for the DataGolf API. I wanted to automate a few things I was doing and found the easiest way was to create this sdk so I could access the fields easier. Hopefully its helpful to other people as well.

Prerequisites

  • Python 3 (version >= 3.7)
  • A DataGolf Scratch PLUS membership

Installation and Setup

Clone the repo and make sure you have requests and dot-env

pip install python-dotenv pip install requests

Create a .env file with your apikey in the root - apikey = "key here"

Usage and Examples

The main.py file has a basic usage for the sdk.

TODOs

more examples make it a pip package might be cool test/create tests for all endpoints to ensure that they work

License

MIT

About

Python sdk for accessing the DataGolf API Endpoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages