freelawproject / juriscraper

An API to scrape American court websites for metadata.
https://free.law/juriscraper/
BSD 2-Clause "Simplified" License
378 stars 111 forks source link

Update oa cadc #1206

Closed flooie closed 1 month ago

flooie commented 1 month ago

Add quick fix for CADC Add back scraper for missing months

flooie commented 1 month ago

@grossir thanks - this is great. Lets start a discussion about implementing the attorneys field

grossir commented 1 month ago

The command to backscrape is

docker exec -it cl-django python manage.py cl_back_scrape_oral_arguments --courts juriscraper.oral_args.united_states.federal_appellate.cadc --backscrape-start=2024/05/16 --verbosity 3

but we currently don't have dynamic backscrapers implemented for oral args in Courtlistener. The PR is up here: https://github.com/freelawproject/courtlistener/pull/4563