Skip to content

Instantly share code, notes, and snippets.

@willjobs
Created July 25, 2021 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willjobs/625d5c35b0f71f9b7fabc6c19b6c8bfd to your computer and use it in GitHub Desktop.
Save willjobs/625d5c35b0f71f9b7fabc6c19b6c8bfd to your computer and use it in GitHub Desktop.
medium-public-comments-05
for object_id in object_ids: # taken from EPA_water_documents.csv
params = {"filter[commentOnId]": object_id}
downloader.gather_headers("comments", params, csv_filename="EPA_water_comments_header.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment