This PR introduces a Python3 based script, named docketsync, that can be used to download comments from a docket on the regulations.gov website. Comments are discovered and downloaded through the https://regulations.gov website's public HTTP API. Use of the API requires that the caller gets an API key. The downloaded comments can be saved as an SQLite database or CSV file.
The README.md file describes how to get started using docketsync and the complementary docketsync-run, which runs docketsync in a Docker container.
This PR introduces a Python3 based script, named
docketsync
, that can be used to download comments from a docket on the regulations.gov website. Comments are discovered and downloaded through the https://regulations.gov website's public HTTP API. Use of the API requires that the caller gets an API key. The downloaded comments can be saved as an SQLite database or CSV file.The README.md file describes how to get started using
docketsync
and the complementarydocketsync-run
, which runsdocketsync
in a Docker container.Connected to #58