A Django app that tracks the population of Cook County Jail over time and summarizes trends.
See the API guide for accessing the production API service and querying the data.
The scraper is invoked with a management command:
./manage.py scrape_inmates
scrape_inmates
also supports a --limit / -l
flag which limits the number of records created and --search /
-s
flag which overrides the default A-Z search strategy.
Licensed under the GNU General Public License Version 3. See LICENSE.md.
See AUTHORS.md for contributors.