https://github.com/jimmysawczuk/recon
A Go package to extract OpenGraph data from the web
https://github.com/jimmysawczuk/recon
go opengraph parser
Last synced: 11 months ago
JSON representation
A Go package to extract OpenGraph data from the web
- Host: GitHub
- URL: https://github.com/jimmysawczuk/recon
- Owner: jimmysawczuk
- License: mit
- Created: 2015-04-08T22:19:23.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T21:54:02.000Z (about 1 year ago)
- Last Synced: 2025-04-26T15:46:37.611Z (about 1 year ago)
- Topics: go, opengraph, parser
- Language: Go
- Homepage:
- Size: 966 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recon
[](https://godoc.org/github.com/jimmysawczuk/recon) [](https://goreportcard.com/report/github.com/jimmysawczuk/recon) [](https://github.com/jimmysawczuk/recon/actions?query=workflow%3ACI)
Package recon is a library to retrieve HTML documents from the Internet and extract [OpenGraph][ogp]-related information from the page.
## Documentation
Documentation is available on [GoDoc][godoc].
[ogp]: http://ogp.me
[godoc]: http://godoc.org/github.com/jimmysawczuk/recon