{"id":13826730,"url":"https://github.com/deissh/avagen","last_synced_at":"2026-01-22T14:55:24.207Z","repository":{"id":43053563,"uuid":"180505175","full_name":"deissh/avagen","owner":"deissh","description":" Generate avatars with initials from names.","archived":false,"fork":false,"pushed_at":"2023-03-07T02:34:28.000Z","size":20172,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-20T05:31:08.754Z","etag":null,"topics":["avatar-generator","avatar-service","generator","golang","high-performance","image-processing"],"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/deissh.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}},"created_at":"2019-04-10T05:01:17.000Z","updated_at":"2022-06-12T20:11:52.000Z","dependencies_parsed_at":"2024-01-15T15:47:50.711Z","dependency_job_id":"9d0fae10-9881-4ae6-a532-5f13eb04bab2","html_url":"https://github.com/deissh/avagen","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/deissh/avagen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deissh%2Favagen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deissh%2Favagen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deissh%2Favagen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deissh%2Favagen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deissh","download_url":"https://codeload.github.com/deissh/avagen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deissh%2Favagen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["avatar-generator","avatar-service","generator","golang","high-performance","image-processing"],"created_at":"2024-08-04T09:01:43.275Z","updated_at":"2026-01-22T14:55:24.187Z","avatar_url":"https://github.com/deissh.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Avagen\n\n```bash\n$ avagen g \"Fist Second\" \u003e image.png\n$ avagen g \"Fist Second\" --type jpeg \u003e image.jpeg\n$ avagen g \"Fist Second\" --plugin identicon\u003e image.png\n\n# simple avatar server\n$ avagen serve \n$ avagen serve --addr 0.0.0.0:8080\n# request\n$ curl --output avatar.png http://0.0.0.0:8080?name=Avagen\n$ curl --output avatar.png http://0.0.0.0:8080?name=Best\u0026size=512\u0026fsize=200\n$ curl --output avatar.png http://0.0.0.0:8080?name=Example%20With%20Type\u0026type=jpeg\n```\n\n```go\npackage main\n\nimport (\n\t\"github.com/deissh/avagen/app\"\n\t// load plugins\n\t_ \"github.com/deissh/avagen/plugins/identicon\"\n\t\"log\"\n\t\"os\"\n)\n\nfunc main()  {\n\tplugin, _ := app.GetPlugin(\"identicon\")\n\n\tbytes, err := plugin.Generate(app.ParsedArg{\"name\": \"Я R\", \"type\": \"png\"})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tf, err := os.Create(\"hello-go.png\")\n\tf.Write(bytes)\n\tf.Close()\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeissh%2Favagen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeissh%2Favagen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeissh%2Favagen/lists"}