techfellow To test the exporter Install golang https://golang.org/dl/ and then To build for mac run: env GOOS=darwin GOARCH=amd64 go build -v cmcexporter/src/coinmarketcap.go Or just run go run cmcexporter/src/coinmarketcap.go getting the dependency go get -u github.com/gocolly/colly/...