{"id":20298242,"url":"https://github.com/kardbord/imgflipgo","last_synced_at":"2025-08-17T18:33:50.963Z","repository":{"id":107056357,"uuid":"422688623","full_name":"Kardbord/imgflipgo","owner":"Kardbord","description":"Unofficial (Golang) Go bindings for the Imgflip API","archived":false,"fork":false,"pushed_at":"2024-07-02T04:19:53.000Z","size":37,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T06:12:16.858Z","etag":null,"topics":["api-bindings","api-wrapper","go","golang","imgflip","imgflip-api","meme","memes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kardbord.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-29T19:16:38.000Z","updated_at":"2024-07-02T04:19:49.000Z","dependencies_parsed_at":"2023-12-11T03:23:14.496Z","dependency_job_id":"4b98f9e2-cfc7-468c-a12a-27ebec241d71","html_url":"https://github.com/Kardbord/imgflipgo","commit_stats":null,"previous_names":["kardbord/imgflipgo","tannerkvarfordt/imgflipgo"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kardbord%2Fimgflipgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kardbord%2Fimgflipgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kardbord%2Fimgflipgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kardbord%2Fimgflipgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kardbord","download_url":"https://codeload.github.com/Kardbord/imgflipgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241794138,"owners_count":20021192,"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":["api-bindings","api-wrapper","go","golang","imgflip","imgflip-api","meme","memes"],"created_at":"2024-11-14T16:07:40.372Z","updated_at":"2025-03-04T06:12:21.065Z","avatar_url":"https://github.com/Kardbord.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imgflipgo\n\n[![Unit Tests](https://github.com/Kardbord/imgflipgo/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Kardbord/imgflipgo/actions/workflows/unit-tests.yml)\n[![CodeQL](https://github.com/Kardbord/imgflipgo/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Kardbord/imgflipgo/actions/workflows/codeql-analysis.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Kardbord/imgflipgo)](https://goreportcard.com/report/github.com/Kardbord/imgflipgo)\n\n(Golang) Go bindings for the [Imgflip API](https://imgflip.com/api).\n\n## Usage\n\nTo include this library in your Go project using modules, add the following import and run `go mod tidy`.\n\n```Go\nimport \"github.com/Kardbord/imgflipgo\"\n```\n\nOtherwise, you can run the following command.\n\n```sh\ngo get github.com/Kardbord/imgflipgo\n```\n\nThe code is fairly self-documenting (said every developer too lazy to write real docs). There are only two [API](https://imgflip.com/api) endpoints.\n\n- The `get_memes` endpoint (https://api.imgflip.com/get_memes) can be accessed via `imgflipgo.GetMemesWithResponse()` or `imgflipgo.GetMemes()`.\n- The `caption_image` endpoint (https://api.imgflip.com/caption_image) can be accessed via `imgflipgo.CaptionImage(*CaptionRequest)`.\n\nFor a concrete example of how to use the library, check out [example.go](https://github.com/Kardbord/imgflipgo/blob/main/example/example.go).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkardbord%2Fimgflipgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkardbord%2Fimgflipgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkardbord%2Fimgflipgo/lists"}