create initial scraping prototype

This commit is contained in:
2024-12-19 00:02:48 -07:00
commit c4521af5c2
8 changed files with 1620 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.sa.vin/legislature-tracker
go 1.23
require golang.org/x/net v0.33.0