Skip to content

I like Golang but dont get to write much in work so made a simple web scrapper in Golang

License

Notifications You must be signed in to change notification settings

RobertJGabriel/golang-link-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Set up

  1. Clone this Repo go get github.com/RobertJGabriel/golang-link-scraperdd

  2. Then gulp build .

Example

sh-3.2# go run main.go http://robertgabriel.ninja

 Got the following Urls ( 18 ):

 - https://github.com/yvasiyarov/swagger
 - https://github.com/RobertJGabriel/YourSear.ch
 - https://github.com/Projectbird/Falcon
 - https://github.com/Projectbird/Helperbird-Dyslexia
 - https://twitter.com/RobertJGabriel
 - https://github.com/Projectbird/profanity
 - https://ie.linkedin.com/in/robertjamesgabriel
 - https://plus.google.com/105784333865475696211/posts
 - http://www.projectbird.com/robin.html
 - https://github.com/Projectbird/MrScraper
 - https://github.com/RobertJGabriel/Xbox-One-Gamertag-Videos
 - https://github.com/RobertJGabriel/Planote
 - https://github.com/RobertJGabriel
 - https://medium.com/@RobertJGabriel
 - https://dribbble.com/RobertJGabriel
 - https://www.linkedin.com/in/robertjamesgabriel
 - https://chrome.google.com/webstore/detail/opendyslexic/cdnapgfjopgaggbmfgbiinmmbdcglnam?hl=en
 - https://chrome.google.com/webstore/detail/helper-bird-opendyslexic/ahmapmilbkfamljbpgphfndeemhnajme?hl=en
sh-3.2# 


#Problems ###How to set GOPATH in Mac OS X 10.10

export GOPATH=location to folder
export PATH=$GOPATH/bin:$PATH

About

I like Golang but dont get to write much in work so made a simple web scrapper in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages