CivicTechAtlanta / georgia-courtbot

Helping people remember to attend court to help break the cycle of fines and jail time
4 stars 5 forks source link

Implement BigQuery data upload functionality #26

Closed abrie closed 2 years ago

abrie commented 2 years ago

See Issue #11 for context. This PR introduces functions for interacting with the BigQuery database. It also restructures the code to run as a module.

Install dependencies before running this tool:

If you need to specify a Big Query service account file, do so using the '--key-path' argument: python -m scraper upload --key-file service_account.json --table-id ... --data ...