https://github.com/ryanavella/hiphtml
Simple HTML for Go
https://github.com/ryanavella/hiphtml
go golang html parser
Last synced: 20 days ago
JSON representation
Simple HTML for Go
- Host: GitHub
- URL: https://github.com/ryanavella/hiphtml
- Owner: ryanavella
- License: mit
- Created: 2019-01-16T03:56:27.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-10T02:41:15.000Z (over 7 years ago)
- Last Synced: 2025-01-10T23:20:49.240Z (over 1 year ago)
- Topics: go, golang, html, parser
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HipHTML [](https://godoc.org/github.com/ryanavella/hiphtml)
HipHTML is a wrapper around golang.org/x/net/html, providing a layer of abstraction that simplifies web scraping.
At the moment, the API is *not* stable. The package is still in development and may undergo major refactoring in the near future.
[Contributions are welcome!](CONTRIBUTING.md)
HipHTML is free and open source software distributed under the terms of both the MIT License and the Unlicense.