Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darccio/go-html-transform
Unofficial mirror of go-html-transform project: an html5 parser and CSS selector based html scraping and transformation library.
https://github.com/darccio/go-html-transform
Last synced: 3 months ago
JSON representation
Unofficial mirror of go-html-transform project: an html5 parser and CSS selector based html scraping and transformation library.
- Host: GitHub
- URL: https://github.com/darccio/go-html-transform
- Owner: darccio
- License: artistic-2.0
- Created: 2013-01-20T10:25:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T19:27:54.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T01:10:43.790Z (9 months ago)
- Language: Go
- Homepage: http://code.google.com/p/go-html-transform/
- Size: 1.62 MB
- Stars: 7
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This library provides a way to parse, scrape, and transform html5 pages using CSS selector queries.
The html5 parser wraps the exp/html parser at tip in Go's source repo.
Patches for defencies you find are greatly appreciated.
# installs just the html5 parser wrapper
go get go.marzhillstudios.com/pkg/go-html-transform/h5# installs the full html/transform package
go get go.marzhillstudios.com/pkg/go-html-transform/html/transform
You can see sample usage in the comments at the top of the page here: https://bitbucket.com/zaphar/source/browse/html/transform/transform.godocumentation for the library can be found here: https://godoc.org/go.marzhillstudios.com/pkg/go-html-transform/html/transform