Skip to content

Instantly share code, notes, and snippets.

View mgs27's full-sized avatar

Michael Sundman mgs27

  • USFWS
  • Arcata, CA
View GitHub Profile
@hmason
hmason / fetch_locu_data.py
Last active July 29, 2023 19:21
A quick script to fetch data from the locu api by query and zip code.
import sys
import os
import json
import csv
import time
import pickle
import requests
API_KEY = [YOUR API KEY GOES HERE]