datamade / court-scrapers

MIT License
2 stars 0 forks source link

Add nightly scrape action #22

Closed antidipyramid closed 9 months ago

antidipyramid commented 9 months ago

Overview

(#20 should be merged in first)

This PR adds a workflow to scrape new cases and upload the updated database to our Datasette instance on Heroku.

For now, make get_new_records will only scrape new chancery cases. Once we complete a full local scrape of 2023 chancery cases, we can turn on the nightly cron job.

Part of #21

Testing

You can find a successful run of the action here.

antidipyramid commented 9 months ago

@fgregg Branch has been updated.