https://github.com/saswatamcode/golinkparser
A simple tool to parse links from an html page.
https://github.com/saswatamcode/golinkparser
Last synced: 12 months ago
JSON representation
A simple tool to parse links from an html page.
- Host: GitHub
- URL: https://github.com/saswatamcode/golinkparser
- Owner: saswatamcode
- License: mit
- Created: 2020-04-19T16:35:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T10:46:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T16:24:38.378Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[](https://GitHub.com/Naereen/ama)
[](https://code.visualstudio.com/)
[](https://GitHub.com/saswatamcode/golinkparser/network/)
[](https://GitHub.com/saswatamcode/golinkparser/stargazers/)
[](https://GitHub.com/saswatamcode/golinkparser/issues/)
[](https://github.com/ellerbrock/open-source-badges/)
# Go Link Parser
A simple tool to parse links from an html page.
## To Run
- Clone into repo
- Run `go get`
- Run `go run main.go "url"` with any url of your choice