This project is used to scrap Bank Mega Promotions website.
This project has been tested with Go 1.14 using go.mod.
Install go package using:
$ git clone https://github.com/fahimbagar/bankmega-promotions-go
$ go get -u
- Run via go run
$ go run ./...
- Or, build and run via binary executable
$ go build -o solution
$ ./solution
$ go test ./... -v -count=1
- htmlquery
- assert