Skip to content

十年磨一剑:Crawler4U, a general purpose focused crawler

Notifications You must be signed in to change notification settings

myimilo/crawler

 
 

Repository files navigation

Crawler4U: A general purpose focused crawler

Overview

Crawler4U is a general purpose focused crawling and scraping tool based on json format configurations.

Install

The Golang way:

go get crawler.club/crawler

Or download the pre-built binaries from releases for you system.

Build from source

Before you can build the crawler from source. A workable golang development environment is needed. Downlad golang here and then execute the following commands.

go get -d crawler.club/crawler
cd $GOPATH/src/crawler.club/crawler
make

Usage

中文

Companies using crawler.club/crawler

About

十年磨一剑:Crawler4U, a general purpose focused crawler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.9%
  • Makefile 5.2%
  • Shell 1.9%