Files
congress/scripts/voteview.sh
Akash Patel c10772e3f3 make congress into a python package (#267)
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
2022-02-27 20:13:50 -05:00

9 lines
266 B
Bash
Executable File

for congress in {1..100}; do
usc-run voteview --congress=$congress --govtrack $@
# After the first run, no need to update legislator info.
export UPDATE_CONGRESS_LEGISLATORS=NO
done
usc-run voteview --govtrack --congress=101 --session=1989 --chamber=h $@