Created
July 25, 2021 16:09
-
-
Save willjobs/625d5c35b0f71f9b7fabc6c19b6c8bfd to your computer and use it in GitHub Desktop.
medium-public-comments-05
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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