An open API service indexing awesome lists of open source software.

https://github.com/crackcomm/crawl

Lightweight library for scalable crawlers in Go.
https://github.com/crackcomm/crawl

crawl crawler go

Last synced: 4 months ago
JSON representation

Lightweight library for scalable crawlers in Go.

Awesome Lists containing this project

README

          

# crawl

[![GoDoc](https://godoc.org/github.com/crackcomm/crawl?status.svg)](https://godoc.org/github.com/crackcomm/crawl) [![Circle CI](https://img.shields.io/circleci/project/crackcomm/crawl.svg)](https://circleci.com/gh/crackcomm/crawl)

Lightweight library for crawlers in Go.

HTML parsing and extracting is done thanks to [goquery](https://godoc.org/github.com/PuerkitoBio/goquery/).

## Usage

You can take a look at [example](https://github.com/crackcomm/crawl/blob/master/examples/imdb/main.go) crawler code.

## License

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/