Created
July 25, 2021 16:07
-
-
Save willjobs/d462108c154a799bd05d1ac5a46ace4b to your computer and use it in GitHub Desktop.
medium-public-comments-03
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
my_dockets = ["FDA-2009-N-0501", "EERE-2019-BT-STD-0036", "NHTSA-2019-0121"] | |
for docket_id in my_dockets: | |
print(f"\n********************************\nSTARTING {docket_id}\n********************************") | |
downloader.gather_comments_by_docket(docket_id, db_filename="my_database2.db") | |
print("\nDONE") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment