Created
July 25, 2021 16:09
-
-
Save willjobs/34832006a4c63900eefd29819a92e9d7 to your computer and use it in GitHub Desktop.
medium-public-comments-04
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 docket_id in docket_ids: | |
params = {"filter[docketId]": docket_id} | |
downloader.gather_headers("documents", params, csv_filename="EPA_water_documents.csv") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment