Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Options Documentation #317

Open
mmargenot opened this issue Mar 8, 2025 · 0 comments
Open

Script Options Documentation #317

mmargenot opened this issue Mar 8, 2025 · 0 comments

Comments

@mmargenot
Copy link

Is there any documentation on which options are available for which scrapers and how to parameterize them? Some individual tasks contain documentation on this, but it is not consistent, and there seem to be CLI inputs where the options do not respect each other.

As far as I can tell from the code, the following command should return only bills from the House and the Senate:

python ./congress/run.py govinfo --collections=BILLS --congress=119 --type=hr,s

but the scraper also pulls down sres, hjres, and so on, which indicates that the type option is not necessarily being respected. This may be a bug, but it may be a misunderstanding of how the tool is meant to work so I'm trying to disambiguate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant