Program to scrape all etymologies on https://www.etymonline.com/
Compile the program via
go build cmd/etymonline-scrape/scrape.go
And execute it with
./scrape
Once executed, the program will dump the scraped etymologies to output/etymologies.json
.