{"id":18000152,"url":"https://github.com/alexander-akhmetov/opengraph","last_synced_at":"2025-03-26T07:32:03.403Z","repository":{"id":62430180,"uuid":"78123604","full_name":"alexander-akhmetov/opengraph","owner":"alexander-akhmetov","description":"Elixir library for parsing OpenGraph data (http://ogp.me)","archived":false,"fork":false,"pushed_at":"2017-01-05T16:20:13.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T11:09:54.311Z","etag":null,"topics":["elixir","opengraph","opengraph-data","parse"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexander-akhmetov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-05T15:15:52.000Z","updated_at":"2023-09-06T17:42:12.000Z","dependencies_parsed_at":"2022-11-01T19:47:25.306Z","dependency_job_id":null,"html_url":"https://github.com/alexander-akhmetov/opengraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Fopengraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Fopengraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Fopengraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Fopengraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexander-akhmetov","download_url":"https://codeload.github.com/alexander-akhmetov/opengraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245611752,"owners_count":20643891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","opengraph","opengraph-data","parse"],"created_at":"2024-10-29T23:09:54.259Z","updated_at":"2025-03-26T07:32:03.146Z","avatar_url":"https://github.com/alexander-akhmetov.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenGraph  [ WIP! ] [![Build Status](https://travis-ci.org/alexander-akhmetov/opengraph.svg?branch=master)](https://travis-ci.org/alexander-akhmetov/opengraph) [![Hex pm](https://img.shields.io/hexpm/v/opengraph.svg)](https://hex.pm/packages/opengraph)\n\nOpenGraph is an Elixir package to parse [OpenGraph data](http://ogp.me) from webpages. ([Docs](https://hexdocs.pm/opengraph/))\n\n## Usage\n\n```elixir\niex(1)\u003e OpenGraph.parse(\"https://yandex.ru\")\n\n{:ok,\n %OpenGraphData{description: \"Найдётся всё\",\n  image: \"https://yastatic.net/morda-logo/i/share-logo-ru.png\",\n  title: \"Яндекс\", url: \"https://yandex.ru\"}}\n\niex(2)\u003e\n```\n\n## Installation\n\n1. Add `opengraph` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:opengraph, \"~\u003e 0.1.0\"}]\nend\n```\n\n2. Ensure `opengraph` is started before your application:\n\n```elixir\ndef application do\n  [applications: [:opengraph]]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-akhmetov%2Fopengraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexander-akhmetov%2Fopengraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-akhmetov%2Fopengraph/lists"}