Skip to content

Instantly share code, notes, and snippets.

import requests
import json
username = ""
password = ""
ghin_list = [] # comma-separated list of GHINs
def login(username,password):
login_url = 'https://api.ghin.com/api/v1/golfer_login.json'