🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/trauzti/crawler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/trauzti/crawler

v0.0.0-20131202150147-de8d700cb0e9
Source
Go
Version published
Created
Source

wuddlypums

An awesome web crawler written in Go

Features

  • Opens URLs in parrallel
  • Canonicalizes URLs
  • Visits URLs only once
  • Allows a parameter for the maximum number of pages to crawl
  • Is very polite :) waits 300 milliseconds between HTTP GET requests
  • Follows the rules from robots.txt

Authors

Petur Orri Ragnarsson peturor@gmail.com

Trausti Saemundsson trauzti@gmail.com

Build

$ go get github.com/trauzti/crawler/gocrawler
$ go build

Run

$ ./crawler <URL> <TOPIC> <QUERYWORDS> [N]

Where N is the maximum number of pages to crawl

Note that the querywords must be within quotation marks (see example.sh)

FAQs

Package last updated on 02 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts