You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Idea with this new scraper version is use the BigQuery SUBSCRIPTION table (fields CaseNumber / PhoneNumber) as our list of what to scrape. We only ever want to scrape case info for cases people have signed up to
Here's the flow:
User signs up for subscriptions on a case number
Query bigquery table(s) to find case
If:
Case found --> use info from BigQuery
Case not found --> search online site (with large date range) to get hearing info, add to BigQuery, then use info from BigQuery