{"id":34176227,"url":"https://github.com/gopherlibs/gpic","last_synced_at":"2026-03-13T00:33:25.808Z","repository":{"id":53097478,"uuid":"268109348","full_name":"gopherlibs/gpic","owner":"gopherlibs","description":"A Go (Golang) library for using Gravatars within your project.","archived":false,"fork":false,"pushed_at":"2023-08-12T22:04:29.000Z","size":33,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2026-01-15T07:14:19.916Z","etag":null,"topics":["go","golang","gravatar"],"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/gopherlibs.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":"2020-05-30T15:40:09.000Z","updated_at":"2023-05-22T23:28:01.000Z","dependencies_parsed_at":"2024-06-20T00:12:24.071Z","dependency_job_id":"6b430b10-c42a-4459-aa15-1926144e37c8","html_url":"https://github.com/gopherlibs/gpic","commit_stats":null,"previous_names":["gopherlibs/gpic","revidian-cloud/go-gravatar","gopherlibs/gravatar"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gopherlibs/gpic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherlibs%2Fgpic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherlibs%2Fgpic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherlibs%2Fgpic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherlibs%2Fgpic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopherlibs","download_url":"https://codeload.github.com/gopherlibs/gpic/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherlibs%2Fgpic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30451621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","golang","gravatar"],"created_at":"2025-12-15T12:28:12.190Z","updated_at":"2026-03-13T00:33:25.799Z","avatar_url":"https://github.com/gopherlibs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gPic Go Module [![CI Status](https://circleci.com/gh/gopherlibs/gpic.svg?style=shield)](https://app.circleci.com/pipelines/github/gopherlibs/gpic) [![Go Report Card](https://goreportcard.com/badge/github.com/gopherlibs/gpic)](https://goreportcard.com/report/github.com/gopherlibs/gpic) [![Software License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gopherlibs/gpic/master/LICENSE)\n\n`gPic` is a Go (Golang) module that allows you to generate Avatar URLs easily in your own Go project. This currently support Gravatar and GitHub avatars. GitLab support will be added soon.\n\n## Requirements\n\nThis Go module is tested with the ~~two~~ most recent minor ~~releases~~ release of Go.\nCurrently this is Go v1.20.\n\n## Installation\n\n`gPic` is a Go module and so the best way to use it is to import it into your own code and then run `go mod tidy` to get it downloaded.\n\n```go\nimport(\n\t\"github.com/gopherlibs/gpic/gpic\"\n)\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/gopherlibs/gpic/gpic\"\n)\n\nfunc main() {\n\n\timg, err := gpic.NewImage(\"Ricardo@Feliciano.Tech\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\n\timgURL, err := img.URL()\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\n\tfmt.Println(imgURL.String())\n}\n```\n\n## Development\n\nThis library is written and tested with Go v1.20+ in mind.\n`go fmt` is your friend.\nPlease feel free to open Issues and PRs are you see fit.\nAny PR that requires a good amount of work or is a significant change, it would be best to open an Issue to discuss the change first.\n\n## License \u0026 Credits\n\nThis module was written by Ricardo N Feliciano (FelicianoTech).\nThis repository is licensed under the MIT license.\nThis repo's license can be found [here](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopherlibs%2Fgpic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopherlibs%2Fgpic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopherlibs%2Fgpic/lists"}