{"id":17988426,"url":"https://github.com/coelhucas/ghpy","last_synced_at":"2026-05-02T19:32:53.403Z","repository":{"id":114005677,"uuid":"179113447","full_name":"coelhucas/ghpy","owner":"coelhucas","description":"[WIP] Control github from your terminal.","archived":false,"fork":false,"pushed_at":"2020-01-14T12:57:20.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T09:34:07.087Z","etag":null,"topics":["github","github-api","github-client","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/coelhucas.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":"2019-04-02T16:04:15.000Z","updated_at":"2020-01-14T12:57:22.000Z","dependencies_parsed_at":"2023-03-24T22:50:17.667Z","dependency_job_id":null,"html_url":"https://github.com/coelhucas/ghpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coelhucas/ghpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fghpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fghpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fghpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fghpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coelhucas","download_url":"https://codeload.github.com/coelhucas/ghpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fghpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"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":["github","github-api","github-client","python3"],"created_at":"2024-10-29T19:11:40.503Z","updated_at":"2026-05-02T19:32:53.386Z","avatar_url":"https://github.com/coelhucas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghpy\nControl github from your terminal.\nGHPY - Github Python\n`ghpy` is a terminal utility based on the original one [gh](https://github.com/victorgama/gh) made in Go that allow you to use Github directly from your terminal. I'm creating this Python implementation as a challenge to myself. **Disclaimer**: It's still a work in progress.\n\nYou must add two env variables to use it in its current state:\n```\nGITHUB_USER=YOUR_GITHUB_USER\nGITHUB_ACCESS_TOKEN=YOUR_ACCESS_TOKEN\n```\n\n# TODO List\n\n- [X] [*Priority*] Project Architecture\n  - [X] Use commands as a separated module\n  - [X] Wrap authentication into an utils module\n  - [X] Define the best way to rework the current content to join all the commands to the same parser. (Click)\n  \n- [x] Command `new`\n  - [x] Create repositories\n  - [x] Define either as `--public` or `--private` during creation\n  - [x] Define initial license by `--license` followed by the license name\n  - [x] Optionally create with a `.gitignore` using `--gitignore` + language\n \n- [x] Command Collab\n  - [x] Collab add\n  - [x] Collab rm\n \n - [ ] Command `rm`\n   - [x] Remove user repositories\n   - [ ] Remove team repositories\n\n- [ ] Team commands - ref from original https://github.com/victorgama/gh#team-management\n  - [ ] `teams list`\n  - [ ] `teams members`\n  - [ ] `teams add`\n  - [ ] `teams rm`\n\n- [ ] Logging\n  - [ ] Make some logging pattern to handle logs\n  - [ ] Ensure that general errors are covered by logs\n\n - [ ] Implement CI with tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoelhucas%2Fghpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoelhucas%2Fghpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoelhucas%2Fghpy/lists"}