Files
OpenGraphKt/README.md
Julien Lengrand-Lambert 88c9b155f5 Updates README
2025-05-19 13:46:13 +02:00

1.3 KiB

OpenGraphKt

build Codecov GitHub Release Date Maven Central Version kotlin-version GitHub License

OpenGraphKt is a minimalist Kotlin library to work with the Open Graph tags protocol. OpenGraphKt is a tiny wrapper on top of JSoup.

Current status

  • Library can extract OpenGraph tags from HTML via a URL, String or File input.
  • Current implementation is JVM only, due to the JSoup dependency.
  • Protocol implementation is complete for og: tags, but types aren't fully correct (most types currently are String).
  • Library should be considered in pre-alpha, use this in production at your own risks :).

Dependencies

Author

License