mirror of
https://github.com/unitedstates/congress.git
synced 2025-12-19 17:16:58 -05:00
change directory structure to make python package conventional add setup.py file to specify deps guide users to use the installed `usc-run` command associated changes to other scripts make scripts installable when package is installed add a symlink for congress/run.py to run for backwards compat remove redundant requirements file
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
# Refresh the bulk data collection.
|
|
usc-run govinfo --bulkdata=BILLSTATUS
|
|
|
|
# Turn into JSON and GovTrack-XML.
|
|
usc-run bills --govtrack $@
|