{"id":15426548,"url":"https://github.com/richardlitt/get-pr-creators","last_synced_at":"2026-05-03T04:35:30.292Z","repository":{"id":57250194,"uuid":"53176250","full_name":"RichardLitt/get-pr-creators","owner":"RichardLitt","description":"UNMAINTAINED Get a list of GitHub PR creators from an organization or repo","archived":false,"fork":false,"pushed_at":"2017-10-16T20:23:06.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T07:32:51.749Z","etag":null,"topics":["api","cli","cli-app","contrib","contribs","contributors","create","creators","github","issue","issues","user","users"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/RichardLitt.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"license","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-05T01:26:01.000Z","updated_at":"2023-02-13T18:58:23.000Z","dependencies_parsed_at":"2022-08-24T16:22:28.586Z","dependency_job_id":null,"html_url":"https://github.com/RichardLitt/get-pr-creators","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-pr-creators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-pr-creators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-pr-creators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-pr-creators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RichardLitt","download_url":"https://codeload.github.com/RichardLitt/get-pr-creators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207492,"owners_count":20740723,"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":["api","cli","cli-app","contrib","contribs","contributors","create","creators","github","issue","issues","user","users"],"created_at":"2024-10-01T17:56:41.392Z","updated_at":"2026-05-03T04:35:30.257Z","avatar_url":"https://github.com/RichardLitt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-github-pr-creators [![Build Status](https://travis-ci.org/RichardLitt/get-github-pr-creators.svg?branch=master)](https://travis-ci.org/RichardLitt/get-github-pr-creators)\n\n\u003e Get a list of GitHub PR creators from an organization or repo\n\n\n## Install\n\n```\n$ npm install --save get-github-pr-creators\n```\n\n\n## Usage\n\n```js\nconst getGithubPRCreators = require('get-github-pr-creators');\n\ngetGithubPRCreators('RichardLitt', {\n    since: '2016-01-15T00:20:24Z',\n    until: '2016-01-20T00:20:24Z',\n    repo: 'get-github-pr-creators'\n  });\n//=\u003e 'RichardLitt'\n```\n\n\n## API\n\n### getGithubPRCreators(input, [options])\n\n#### org\n\nType: `string`\n\nThe organization or user to scour for pull requests. If not set, it will grab the\nuser and repository of the current git directory, and use that user and that\nrepository as options.\n\n#### options.since\n\nType: `string`\n\nThe ISO date from which to get PRS that have been made.\n\n#### options.until\n\nType: `string`\n\nThe ISO date to which to get PRs that have been made.\n\n#### options.repo\n\nType: `string`\n\nA repo to search for PRs from.\n\n\n## CLI\n\n```\n$ npm install --global get-github-pr-creators\n```\n\n```\n$ get-github-pr-creators --help\n\n  Usage\n    $ get-github-pr-creators [input]\n\n  Options\n    -r, --repo  Only for a specific repo. [Default: false]\n    -s, --since Only since a specific time. [Default: false]\n    -u, --until Only to a specific time. [Default: false]\n\n  Examples\n    $ get-github-pr-creators\n    RichardLitt\n    $ get-github-pr-creators RichardLitt --repo=get-github-pr-creators --since=2016-01-15T00:01:01Z --until=2016-01-20T00:01:05Z\n    RichardLitt\n\n```\n\n\n## License\n\nMIT © [Richard Littauer](http://burntfen.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardlitt%2Fget-pr-creators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardlitt%2Fget-pr-creators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardlitt%2Fget-pr-creators/lists"}