{"id":17994396,"url":"https://github.com/anandwana001/ogtagparser","last_synced_at":"2025-03-26T02:30:57.927Z","repository":{"id":43062396,"uuid":"167496325","full_name":"anandwana001/ogTagParser","owner":"anandwana001","description":"📲  Kotlin library to parse open graph tags","archived":false,"fork":false,"pushed_at":"2022-01-08T12:59:28.000Z","size":1623,"stargazers_count":20,"open_issues_count":5,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T01:41:33.141Z","etag":null,"topics":["android","jsoup","kotlin","library","networking","opengraph-tags"],"latest_commit_sha":null,"homepage":"http://anandwana001.github.io/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anandwana001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-25T06:24:35.000Z","updated_at":"2022-11-09T08:07:27.000Z","dependencies_parsed_at":"2022-07-19T22:34:18.142Z","dependency_job_id":null,"html_url":"https://github.com/anandwana001/ogTagParser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FogTagParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FogTagParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FogTagParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FogTagParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anandwana001","download_url":"https://codeload.github.com/anandwana001/ogTagParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576526,"owners_count":20638125,"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":["android","jsoup","kotlin","library","networking","opengraph-tags"],"created_at":"2024-10-29T20:15:09.545Z","updated_at":"2025-03-26T02:30:57.597Z","avatar_url":"https://github.com/anandwana001.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ogTagParser\nKotlin library to parse open graph meta tags (ogTags) from given URL.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\u003cbr\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/anandwana001/ogTagParser/master/art/screenshot_og_tag_parser_test_release.png\" width=230 height=440 /\u003e\n\n## Getting Started\n\n\u003cb\u003eNOTE: This library is not hosted anywhere as of now.\u003c/b\u003e\n\nPass the URL and get the Data\n```kotlin\nval content = OgTagParser().getContents(URL_TO_PARSE)\ncontent?.let {\n  val title = content.ogTitle,\n  val description = content.ogDescription,\n  val url = content.ogUrl,\n  val site_name = content.ogSiteName,\n  val type = content.ogType,\n  val image = content.image\n)\n```\n\n## If this library helps you in anyway, show your love :heart: by putting a :star: on this project :v:\n\n## Contribute\nLove to see the contribution and build this repo a more better version. So if you have any issues, new ideas about implementations then just raise issue and we are open for Pull Requests. Improve and make it happen.\nSee [Contributing Guidelines](CONTRIBUTING.md).\n\n## License\n[License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandwana001%2Fogtagparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanandwana001%2Fogtagparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandwana001%2Fogtagparser/lists"}