Murphy is a web crawler implemented using golang, which supports to crawl a variety of resources on web concurrently, it can also be used to crawling javascript-based dynamic webpages by enabling chrome headless mode.
$ go get -u github.com/NzKSO/murphy
filter and DOM event handler
This project is licensed under the MIT License - see the LICENSE file for details