Skip to content

Instantly share code, notes, and snippets.

View danielwelch's full-sized avatar

Daniel Welch danielwelch

View GitHub Profile

Keybase proof

I hereby claim:

  • I am danielwelch on github.
  • I am dwelch (https://keybase.io/dwelch) on keybase.
  • I have a public key ASDx-QwyZVBb0RK7AZ2I6Qrd76wUXSSR_1SoJc6MFQuPkgo

To claim this, I am signing this object:

def parse_endpoint(block):
name = block[0][3:-1]
params = [line[4:] for line in block[2:]
if line[4:] is not '']
return {name: params}
def get_endpoints():
with open('stats.nba.com-Endpoint-Documentation.md', 'r') as f:
md = ''.join(f.read())