CodeForPhilly / pbf-scraping

Project for Philadelphia Bail Fund to scrape new criminal filings from municipal court
https://codeforphilly.github.io/pbf-scraping
10 stars 4 forks source link

Fix scraping bug, add parsing of full bail info #89

Closed notchia closed 2 years ago

notchia commented 2 years ago

Scraping: Small update to xpath in get_pdf_links in download.py.

Parsing: Now parses all information in the Bail Information section!

The bail_info_list data can be read from a string using ast.literal_eval.