Created
July 25, 2021 16:11
-
-
Save willjobs/94c612ddd4d5842848803a2b21fb4acb to your computer and use it in GitHub Desktop.
medium-public-comments-08
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
docket_ids = downloader.get_ids_from_csv("EPA_water_dockets.csv", data_type="dockets") | |
for docket_id in my_dockets: | |
print(f"\n********************************\nSTARTING {docket_id}\n********************************") | |
downloader.gather_comments_by_docket(docket_id, csv_filename="EPA_water_comments.csv") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment