Skip to content

Instantly share code, notes, and snippets.

@willjobs
Created July 25, 2021 16:07
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/d462108c154a799bd05d1ac5a46ace4b to your computer and use it in GitHub Desktop.
Save willjobs/d462108c154a799bd05d1ac5a46ace4b to your computer and use it in GitHub Desktop.
medium-public-comments-03
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