calvinli / pacerrssscraper

PACER RSS feed scraper
10 stars 7 forks source link

Don't hardcode cases #5

Closed calvinli closed 10 years ago

calvinli commented 11 years ago

Right now the list of cases to look for is hardcoded into the script as cases.

This should at some point be moved out (maybe into another SQLite table, see #4).

calvinli commented 10 years ago

This has been implemented. Case information is now stored in an SQLite database, see commit f08d03ae64625a73a801337167bfa4447403d7b0.