Categorygithub.com/admpub/go-phantomjs-fetcher
repositorypackage
0.0.0-20180924162325-bb2ae1648e33
Repository: https://github.com/admpub/go-phantomjs-fetcher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-phantomjs-fetcher

pyspider phantomjs fetcher clone in golang.

Installation

Install PhantomJS

You can download the phantomjs executable binary here. And add it to your $PATH.

Clone the Source

go get github.com/PuerkitoBio/goquery           # used in example
go get github.com/admpub/go-phantomjs-fetcher

Example

cd $GOPATH/src/github.com/admpub/go-phantomjs-fetcher
go run ./example/mock_baidu_search.go

mock_baidu_search

LICENSE

MIT