Skip to content

pipizhang/korkort

Repository files navigation

korkort

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.

Build Status Go Report Card

Install and run

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

Docker

How to build a local development environment using docker?

make docker-build
make docker-run