/nys-judicial-directory

Directory of judges in NYC

Primary LanguagePythonApache License 2.0Apache-2.0

New York Court System Judicial Directory

Directory of trial court judges in New York

A scraper to collect judge names from https://iapps.courts.state.ny.us/judicialdirectory/JudicialDirectory. Hopefully will also collect assignments and other information in the future.

If you want to help, please fork and submit a pull request!

Requirements

  1. Python 3.x
  2. Selenium for Python and Beautiful Soup
  3. Geckodriver (This Stack Overflow answer has a good overview of how to install on Windows and Unix systems)
  4. Write access on your computer and familiarity with how to use terminal or Command Prompt.

To Run

You will need to download this repo. You can either clone it onto your computer, or download as a zip file.

In a terminal or Command Prompt session, navigate to the folder and run python scraper.py.

To Do

  • Scrape individual judge pages
  • Parse individual judge pages