This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| slco_inmate_check.py | |
| ==================== | |
| Check the people in your phone contacts against the Salt Lake County jail's | |
| public inmate lookup. For every contact that has both a first and last name, | |
| it queries the official SLCO Sheriff inmate search and writes a report of | |
| any matches. | |
| Source data: https://iml.saltlakecounty.gov/IML (Salt Lake County Sheriff's |