Skip to content

jimbas/go_scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_scrap

This is an example how to scrap html using Go

Installation

  1. make sure bin directory exist, if not
mkdir bin
  1. install gocolly package
./run get github.com/gocolly/colly/...

Clean

./run -c go_scrap.go

Build

./run -b go_scrap.go

Run

./run -r go_scrap.go

Clean, Build & Run:

./run -cbr go_scrap.go

Output

result.csv will be generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors