{"id":18136262,"url":"https://github.com/purarue/list_gh_contributions","last_synced_at":"2026-02-03T13:34:53.978Z","repository":{"id":94610324,"uuid":"330296683","full_name":"purarue/list_gh_contributions","owner":"purarue","description":"Script to list all of the repositories you've contributed to on Github. Includes your own repositories and any repositories you've contributed to (a commit, PR or issue)","archived":false,"fork":false,"pushed_at":"2026-01-13T22:36:46.000Z","size":19,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T00:50:18.788Z","etag":null,"topics":["github","github-api"],"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/purarue.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":"2021-01-17T02:08:54.000Z","updated_at":"2026-01-13T22:36:50.000Z","dependencies_parsed_at":"2024-12-20T04:13:24.130Z","dependency_job_id":"1fc2b8fa-2d17-4fd0-a71c-6bae45c685ce","html_url":"https://github.com/purarue/list_gh_contributions","commit_stats":null,"previous_names":["seanbreckenridge/list_gh_contributions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/purarue/list_gh_contributions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Flist_gh_contributions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Flist_gh_contributions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Flist_gh_contributions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Flist_gh_contributions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purarue","download_url":"https://codeload.github.com/purarue/list_gh_contributions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Flist_gh_contributions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"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":["github","github-api"],"created_at":"2024-11-01T14:41:31.749Z","updated_at":"2026-02-03T13:34:53.958Z","avatar_url":"https://github.com/purarue.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## list_gh_contributions\n\nScript to list all of the repositories you've contributed to on Github. Includes your own repositories and any repositories you've contributed to (a commit, PR or issue)\n\n## Installation\n\nRequires `python3.6+`\n\nTo install with pip, run:\n\n    pip install 'git+https://github.com/purarue/list_gh_contributions'\n\n---\n\n## Usage\n\nGo to Github Developer Settings and create a 'Personal Access Token' (https://github.com/settings/tokens).\n\nThe only scopes this requires is `repo`\n\nPut the generated token in a text file on the first line\n\nUsage:\n\n```\nUsage: list_gh_contributions [OPTIONS]\n\n  Prints results to STDOUT\n\nOptions:\n  --github-token PATH  Text file which contains your Github token  [required]\n  --fetch-schema       indicate if we want to fetch the schema from the\n                       transport using an introspection query\n\n  --to-csv             Convert output to CSV instead\n  --help               Show this message and exit.\n```\n\nBy default, this prints JSON blobs to STDOUT, to export to CSV:\n\n```\npython3 -m list_gh_contributions --github_token ./token.txt --to-csv \u003e repos.csv\n```\n\n...\n\n```csv\n\"name\",\"updatedAt\",\"url\"\n\"list_gh_contributions\",\"2021-01-17T04:57:34Z\",\"https://github.com/purarue/list_gh_contributions\"\n\"mal-id-cache\",\"2021-01-17T02:56:59Z\",\"https://github.com/purarue/mal-id-cache\"\n\"chomp\",\"2021-01-17T02:22:05Z\",\"https://github.com/purarue/chomp\"\n\"newest\",\"2021-01-17T02:21:56Z\",\"https://github.com/purarue/newest\"\n\"exobrain\",\"2021-01-15T10:42:04Z\",\"https://github.com/purarue/exobrain\"\n\"HPI\",\"2021-01-15T10:41:56Z\",\"https://github.com/purarue/HPI\"\n\"mint\",\"2021-01-14T23:21:27Z\",\"https://github.com/purarue/mint\"\n\"dotfiles\",\"2021-01-12T03:43:22Z\",\"https://github.com/purarue/dotfiles\"\n\"plaintext-playlist\",\"2021-01-07T07:41:29Z\",\"https://github.com/purarue/plaintext-playlist\"\n```\n\nNote: You probably shouldn't have to use `--fetch-schema`, but if you get a 'null graphql' error, try that and see if it fixes the issue for you. See [#3](https://github.com/purarue/list_gh_contributions/issues/3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurarue%2Flist_gh_contributions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurarue%2Flist_gh_contributions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurarue%2Flist_gh_contributions/lists"}