{"id":18085340,"url":"https://github.com/xe/derpigo","last_synced_at":"2025-06-15T10:38:17.025Z","repository":{"id":33391213,"uuid":"37036229","full_name":"Xe/derpigo","owner":"Xe","description":"Derpibooru API bindings in Go","archived":false,"fork":false,"pushed_at":"2019-03-23T04:42:29.000Z","size":38,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T22:43:23.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Xe.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":"2015-06-07T23:29:42.000Z","updated_at":"2025-03-17T06:54:53.000Z","dependencies_parsed_at":"2022-09-26T18:01:32.049Z","dependency_job_id":null,"html_url":"https://github.com/Xe/derpigo","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Xe/derpigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fderpigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fderpigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fderpigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fderpigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xe","download_url":"https://codeload.github.com/Xe/derpigo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fderpigo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259960587,"owners_count":22938092,"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":[],"created_at":"2024-10-31T15:10:39.104Z","updated_at":"2025-06-15T10:38:16.999Z","avatar_url":"https://github.com/Xe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# derpigo\n\n[API Docs](https://godoc.org/within.website/derpigo) [License](https://github.com/Xe/derpigo/blob/master/LICENSE)\n\n## Installation\n\n```console\n$ go get -u github.com/Xe/derpigo\n```\n\n## Usage Example\n\n```go\npackage main\n\nimport (\n    \"context\"\n    \"os\"\n\n    \"within.website/derpigo\"\n)\n\nfunc main() {\n    ctx, cancel := context.WithCancel(context.Background())\n    defer cancel()\n\n    c := derpigo.New(derpigo.WithAPIKey(os.Getenv(\"DERPI_API_KEY\")))\n\n    const imgID = 1330414 // https://derpibooru.org/1330414\n\n    img, interactions, err := c.GetImage(ctx, imgID)\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    log.Printf(\"%#v\", img)\n    log.Printf(\"#%v\", interactions)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxe%2Fderpigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxe%2Fderpigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxe%2Fderpigo/lists"}