Skip to content

Instantly share code, notes, and snippets.

@eayoungs
Last active January 17, 2017 01:05
Show Gist options
  • Save eayoungs/be694cb6fb5c8a28d6d78aec6ba4b853 to your computer and use it in GitHub Desktop.
Save eayoungs/be694cb6fb5c8a28d6d78aec6ba4b853 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# https://data.sfgov.org/resource/75rg-imyz.json
from sodapy import Socrata
client = Socrata("data.sf.gov", "Qcun6a3zIaXVkhdhlCmZF2DCw")
print(client.get("75rg-imyz", limit=2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment