{"id":38059898,"url":"https://github.com/olumidayy/go-github","last_synced_at":"2026-01-16T20:28:45.412Z","repository":{"id":57658949,"uuid":"472242102","full_name":"olumidayy/go-github","owner":"olumidayy","description":"A CLI tool for communicating with github.","archived":false,"fork":false,"pushed_at":"2024-04-16T06:48:20.000Z","size":28,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T11:56:56.873Z","etag":null,"topics":["api","cli","github","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olumidayy.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":"2022-03-21T08:11:24.000Z","updated_at":"2025-04-09T10:21:04.000Z","dependencies_parsed_at":"2024-04-16T07:42:50.984Z","dependency_job_id":"1f9411ee-85f1-4b3b-b555-e98aae7c309d","html_url":"https://github.com/olumidayy/go-github","commit_stats":null,"previous_names":["olumidayy/laughing-bassoon"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/olumidayy/go-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olumidayy%2Fgo-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olumidayy%2Fgo-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olumidayy%2Fgo-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olumidayy%2Fgo-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olumidayy","download_url":"https://codeload.github.com/olumidayy/go-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olumidayy%2Fgo-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["api","cli","github","go","golang"],"created_at":"2026-01-16T20:28:44.935Z","updated_at":"2026-01-16T20:28:45.379Z","avatar_url":"https://github.com/olumidayy.png","language":"Go","readme":"# go-github\n\n### A [Golang](https://go.dev/) CLI tool built with [Cobra (\u0026 cobra-cli)](https://github.com/spf13/cobra).\n\n## Pre-requisites\n- [Go SDK](https://go.dev/dl/)\n\n\n## Getting started\n\nYou can decide to do one of two things:\n\n### 1. Clone the repository\n```\n$ git clone https://github.com/olumidayy/go-github.git\n```\n After cloning go-github, build the tool by running:\n ```\n $ go build\n \n ```\n To be able to use go-github globally, add it to your Go binaries using the `install` command.\n \n ```\n $ go install\n ```\n \n### 2. Install the tool directly in your project\n```\n$ go install github.com/olumidayy/go-github@latest\n```\n\n\n\n## Usage\nThere are two commands, `user` and `repo` (so far). The former fetches information about a particular user by passing their github username (compulsory), like so:\n\n```\n$ go-github user \u003cUSERNAME\u003e\n```\nBelow is an example:\n```\n$ go-github user olumidayy\n\nJust fetched olumidayy's data.\nName: Olumide Nwosu\nUsername: olumidayy\nFollowers: 55\nFollowing: 19\nPublic Repositories: 26\nPublic Gists: 33\nLocation: Lagos, Nigeria\n```\n\nThe `repo` command can be used in two ways:\n - Passing just a username:\n ```\n $ go-github repo \u003cUSERNAME\u003e\n ```\n This returns the name and description of all the user's public repositories.\n - Passing both a username and a repository name as arguments:\n ```\n $ go-github repo \u003cUSERNAME\u003e \u003cREPO_NAME\u003e\n ```\n This is more specific and returns a summary of the repository in question.\n \nThese can be demonstrated as follows:\n```\n $ go-github repo olumidayy\n\n Fetching olumidayy's repository data...\n Name: bckdrp\n Description: A GraphQL API for shortening URLs\n\n Name: birthday_reminder\n Description: Utility app to remind of loved ones' birthdays made with flutter.\n .....\n```\n\n```\n $ go-github repo olumidayy go-github\n\n Fetching olumidayy's repository data...\n Name: go-github\n Description: A CLI tool for communicating with github.\n Author: olumidayy\n Language: Go\n Stars: 13\n Forks: 0\n Watchers: 13\n Year: 2022\n```\n\n## Contributions\n Pull requests and contributions are very much welcome! 💙\n \n \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folumidayy%2Fgo-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folumidayy%2Fgo-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folumidayy%2Fgo-github/lists"}