Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T13:59:00.000Z (6 months ago)
- Last Synced: 2024-09-04T10:22:27.087Z (4 months ago)
- Topics: go, opengraph, parser
- Language: Go
- Homepage:
- Size: 918 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recon
[![GoDoc](https://godoc.org/github.com/jimmysawczuk/recon?status.svg)](https://godoc.org/github.com/jimmysawczuk/recon) [![Go Report Card](https://goreportcard.com/badge/github.com/jimmysawczuk/recon)](https://goreportcard.com/report/github.com/jimmysawczuk/recon) [![CI](https://github.com/jimmysawczuk/recon/workflows/CI/badge.svg)](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