propublica / Capitol-Words

Scraping, parsing and indexing the daily Congressional Record to support phrase search over time, and by legislator and date
BSD 3-Clause "New" or "Revised" License
122 stars 34 forks source link

Use the unitedstates/congressional-record repository for parsing #82

Open AlJohri opened 10 years ago

AlJohri commented 10 years ago

To prevent code duplication and to merge in upstream changes, I want to include the https://github.com/unitedstates/congressional-record repository in place of the parser folder within the current repository.

Do you have a preferred method for this? I can create a PR with git subtree, git submodule, or even a setup.sh shell script that clones the repository.

P.S. Finally got the bandwidth to start contributing!

AlJohri commented 7 years ago

Bumping this issue. Would be happy to do this. Would add a Python dependency.