maxkarnold / boone-county-jail

class web scraper for boone-county-jail detainee information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boone-county-jail

class web scraper for boone-county-jail detainee information

This web scraper extracts all of the detainees from the boone county jail website and puts them into a SQL database. This includes basic info and all of the charges against them.

Steps to running the web scraper:

  1. Download/clone the repository
  2. Delete the boone_county_jail.db
  3. Go to the directory in your terminal/cmd line
  4. pip install all of the necessary modules in your directory (not necessary to include any of the Jupyter modules)
  5. Run the scraper.py (command is python scraper.py)
  6. Should run correctly and say FINALLY DONE SCRAPING!!!
  7. The boone_county_jail.db should be updated and in your directory
  8. Go ahead and open the database in SQLlite

About

class web scraper for boone-county-jail detainee information


Languages

Language:Python 100.0%