https://github.com/lalabuy948/webprev
Golang package provides easy extraction of website previews. Generic, Facebook and Twitter cards.
https://github.com/lalabuy948/webprev
golang golang-package html-parsing website-preview
Last synced: over 1 year ago
JSON representation
Golang package provides easy extraction of website previews. Generic, Facebook and Twitter cards.
- Host: GitHub
- URL: https://github.com/lalabuy948/webprev
- Owner: lalabuy948
- License: mit
- Created: 2020-08-22T22:28:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T21:26:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T12:19:25.359Z (over 1 year ago)
- Topics: golang, golang-package, html-parsing, website-preview
- Language: Go
- Homepage: https://godoc.org/github.com/lalabuy948/webprev
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# webprev [](https://goreportcard.com/report/github.com/lalabuy948/webprev) [](https://github.com/lalabuy948/webprev/actions) [](http://golang.org)
> webprev package provides easy access to website previews
## Funcs
- `Preview(url)` will make request by given url, parse html amd return WebPreview struct.
[example](examples/simple.go)
`go get -u github.com/lalabuy948/webprev`