web-scraper

command module
v0.0.0-...-d638aac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

README

web-scraper

Simple web scraper in GoLang to find all links inside an HTML

Usage

NAME:
web-scraper - finds all the links inside HTML

USAGE:
web-scraper [global options] command [command options] [arguments...]

VERSION:
0.0.2

AUTHOR:
Ünal Akünal <unal.akunal@gmail.com>

COMMANDS:
    help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
--url value, -u value  the URL to get data from (default: "http://google.com")
--help, -h             show help
--version, -v          print the version

Concurrency

To parse multiple links in parallel, do:

./web-scraper -u http://github.com -u http://facebook.com

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL