Scrape Korkortonline content with Golang. This project is a exercise of scraping website with Go.
Note: Please do not use it for persisting data and any business purpose.
install
go get github.com/pipizhang/korkort
dependencies
glide install
glide rebuild
run
go run main.go setup
go run main.go scrape
compile
bash build.sh
How to build a local development environment using docker?
make docker-build
make docker-run