{"id":18681837,"url":"https://github.com/gravityblast/coderwall-go","last_synced_at":"2025-11-07T16:30:29.546Z","repository":{"id":57600103,"uuid":"10948411","full_name":"gravityblast/coderwall-go","owner":"gravityblast","description":"A Go client for the Coderwall API","archived":false,"fork":false,"pushed_at":"2013-08-15T13:06:31.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T22:41:46.429Z","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/gravityblast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-25T19:51:24.000Z","updated_at":"2022-10-14T11:57:15.000Z","dependencies_parsed_at":"2022-09-16T18:51:20.272Z","dependency_job_id":null,"html_url":"https://github.com/gravityblast/coderwall-go","commit_stats":null,"previous_names":["pilu/coderwall-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fcoderwall-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fcoderwall-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fcoderwall-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fcoderwall-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gravityblast","download_url":"https://codeload.github.com/gravityblast/coderwall-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533064,"owners_count":19654617,"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-11-07T10:09:47.558Z","updated_at":"2025-11-07T16:30:29.503Z","avatar_url":"https://github.com/gravityblast.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coderwall\n\nCoderwall API client for [go](http://golang.org/ \"Go lang\").\n\n## Installation\n\n    go get github.com/pilu/coderwall-go\n\n## Usage\n\n    package main\n\n    import (\n      \"github.com/pilu/coderwall-go\"\n      \"fmt\"\n      \"flag\"\n      \"os\"\n    )\n\n    func usage() {\n      fmt.Fprintf(os.Stderr, \"usage: coderwall USERNAME\\n\")\n      flag.PrintDefaults()\n      os.Exit(1)\n    }\n\n    func main() {\n      flag.Usage = usage\n      flag.Parse()\n\n      args := flag.Args()\n      if len(args) \u003c 1 {\n        usage()\n        os.Exit(1);\n      }\n      client := coderwall.NewClient()\n      profile, err := client.GetProfile(args[0])\n      if err != nil {\n        fmt.Println(err)\n        os.Exit(1)\n      }\n      fmt.Printf(\"%s, %s (%s) - %d endorsement\\n\\n\", profile.Username, profile.Name, profile.Location, profile.Endorsements)\n      fmt.Printf(\"Badges (%d):\\n\\n\", len(profile.Badges))\n      for _, badge := range(profile.Badges) {\n        fmt.Printf(\"\\t%s\\n\\t\\t%s\\n\\n\", badge.Name, badge.Description)\n      }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Fcoderwall-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgravityblast%2Fcoderwall-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Fcoderwall-go/lists"}