{"id":16797099,"url":"https://github.com/jdockerty/contributed-to","last_synced_at":"2025-10-11T09:32:38.364Z","repository":{"id":65211427,"uuid":"583016013","full_name":"jdockerty/contributed-to","owner":"jdockerty","description":"Display public contributions by a GitHub user.","archived":false,"fork":false,"pushed_at":"2024-01-20T19:25:52.000Z","size":220,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T18:15:30.068Z","etag":null,"topics":["github-api","github-contributions","github-graphql-api","golang","graphql"],"latest_commit_sha":null,"homepage":"https://api.contributed.jdocklabs.co.uk","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdockerty.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T14:12:49.000Z","updated_at":"2023-03-28T13:57:55.000Z","dependencies_parsed_at":"2024-06-21T02:09:50.961Z","dependency_job_id":"4c81e2b2-f11b-46b5-b877-23c6ea566483","html_url":"https://github.com/jdockerty/contributed-to","commit_stats":{"total_commits":28,"total_committers":3,"mean_commits":9.333333333333334,"dds":0.3928571428571429,"last_synced_commit":"01fb643c9aa4864166eca0f7a161aee6219ee159"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jdockerty/contributed-to","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Fcontributed-to","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Fcontributed-to/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Fcontributed-to/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Fcontributed-to/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdockerty","download_url":"https://codeload.github.com/jdockerty/contributed-to/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Fcontributed-to/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006752,"owners_count":26084180,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-api","github-contributions","github-graphql-api","golang","graphql"],"created_at":"2024-10-13T09:21:09.495Z","updated_at":"2025-10-11T09:32:38.327Z","avatar_url":"https://github.com/jdockerty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# contributed-to\n\nAn application which displays contributions, i.e. merged pull requests, that a user has made outside of their own projects.\n\n## Usage\n\nYou can make a HTTP request yourself to `api.contributed.jdocklabs.co.uk/user/\u003cuser\u003e` to receive a JSON payload of information about a particular user.\n\n\n### CLI\n\nA small CLI is also available which can be installed using\n\n```bash\ngo install github.com/jdockerty/contributed-to/cmd/contributed@latest\n```\n\nBy default, this points to `api.contributed.jdocklabs.co.uk` but can be altered using the `url` flag if you wish to host the application\non your own infrastructure with specific GitHub tokens.\n\nYou can use the application by calling it like so\n\n```bash\n# Contributions by one or more users\ncontributed userOne userTwo\n\n# Verbose contribution information which includes the pull request title\n# and permalink\ncontributed -full userOne userTwo\n```\n\n## How it works\n\nThe application runs a simple web server which relays the requested GitHub username from the URL as a parameter into the GitHub API.\n\nThis utilises the [GraphQL GitHub API](https://docs.github.com/en/graphql) to fetch the relevant data about a user's merged pull requests, filtering by those which are\nnot their own projects, i.e. a repository under their GitHub username.\n\nThe API call is relatively expensive in that it requests the entire history of merged pull requests until\nthere are no more remaining that GitHub has kept a record of. It also caches responses, meaning that the first request may take some time but subsequent requests are served\nfrom the cache and are *blazingly* fast.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdockerty%2Fcontributed-to","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdockerty%2Fcontributed-to","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdockerty%2Fcontributed-to/lists"}