{"id":22385935,"url":"https://github.com/junzki/link-preview","last_synced_at":"2025-07-31T05:31:15.630Z","repository":{"id":57537718,"uuid":"186372454","full_name":"Junzki/link-preview","owner":"Junzki","description":"A link-preview library written in Go.","archived":false,"fork":false,"pushed_at":"2019-06-16T15:31:52.000Z","size":29,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T05:22:11.444Z","etag":null,"topics":["go","link-preview"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Junzki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-13T07:57:49.000Z","updated_at":"2024-05-11T15:11:37.000Z","dependencies_parsed_at":"2022-09-07T16:41:22.724Z","dependency_job_id":null,"html_url":"https://github.com/Junzki/link-preview","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junzki%2Flink-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junzki%2Flink-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junzki%2Flink-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junzki%2Flink-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junzki","download_url":"https://codeload.github.com/Junzki/link-preview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228217879,"owners_count":17886816,"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":["go","link-preview"],"created_at":"2024-12-05T01:28:26.344Z","updated_at":"2024-12-05T01:28:26.981Z","avatar_url":"https://github.com/Junzki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# link-preview\n\n[![Build Status](https://travis-ci.org/Junzki/link-preview.svg?branch=master)](https://travis-ci.org/Junzki/link-preview)\n[![codecov](https://codecov.io/gh/Junzki/link-preview/branch/master/graph/badge.svg)](https://codecov.io/gh/Junzki/link-preview)\n[![996.ICU Badge](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg?style=flat-square)](https://996.icu/#/en_US)\n\nA Go module gathers elements required for linkPreview.\n\n## Usage\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/junzki/link-preview\"\n)\n\nfunc main() {\n    link := \"http://custom-domain.local/case.html\"\n    \n    result, err := LinkPreview.Preview(link, nil)\n    if err != nil {\n    \tpanic(err)\n    }\n    \n    fmt.Println(result.Title)\n}\n```\n\n## References:\nThanks to [aakash4525]'s [py_link_Preview], this package is mostly inspired by his awesome work. \n\n\n[aakash4525]: https://github.com/aakash4525\n[py_link_Preview]: https://github.com/aakash4525/py_link_preview\n\n## License\n_**BSD 3-Clause License**_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunzki%2Flink-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunzki%2Flink-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunzki%2Flink-preview/lists"}