datamade / court-scrapers

MIT License
2 stars 0 forks source link

Add time limit to nightly scrape #60

Closed antidipyramid closed 2 months ago

antidipyramid commented 2 months ago

The nightly case scrape sometimes runs up against Github actions 6 hour time limit.

I also added an option to pass a specific year to scrape (e.g. make year=2022 get_new_records).

Closes #59