Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertjgabriel/golang-link-scraper
I like Golang but dont get to write much in work so made a simple web scrapper in Golang
https://github.com/robertjgabriel/golang-link-scraper
golang side-project web-scraping
Last synced: 7 days ago
JSON representation
I like Golang but dont get to write much in work so made a simple web scrapper in Golang
- Host: GitHub
- URL: https://github.com/robertjgabriel/golang-link-scraper
- Owner: RobertJGabriel
- License: mit
- Created: 2016-11-05T13:48:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T15:07:31.000Z (about 8 years ago)
- Last Synced: 2024-06-21T20:02:49.031Z (5 months ago)
- Topics: golang, side-project, web-scraping
- Language: Go
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![alt text]( https://golang.org/doc/gopher/bumper.png "Logo Title Text 1")
# Set up
1. Clone this Repo ````go get github.com/RobertJGabriel/golang-link-scraper````dd
2. Then ```gulp build``` .
# Example
```
sh-3.2# go run main.go http://robertgabriel.ninjaGot 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```