{"id":15426688,"url":"https://github.com/richardlitt/get-github-issue-creators","last_synced_at":"2026-05-02T13:32:35.859Z","repository":{"id":57250193,"uuid":"49802716","full_name":"RichardLitt/get-github-issue-creators","owner":"RichardLitt","description":"UNMAINTAINED  Get a list of GitHub issue creators from an organization or repo","archived":false,"fork":false,"pushed_at":"2017-10-16T21:12:40.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-07T11:19:09.297Z","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-01-17T04:18:28.000Z","updated_at":"2017-10-16T20:42:37.000Z","dependencies_parsed_at":"2022-08-24T16:22:22.278Z","dependency_job_id":null,"html_url":"https://github.com/RichardLitt/get-github-issue-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-github-issue-creators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-github-issue-creators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-github-issue-creators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RichardLitt%2Fget-github-issue-creators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RichardLitt","download_url":"https://codeload.github.com/RichardLitt/get-github-issue-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:57:27.593Z","updated_at":"2026-05-02T13:32:35.807Z","avatar_url":"https://github.com/RichardLitt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-github-issue-creators [![Build Status](https://travis-ci.org/RichardLitt/get-github-issue-creators.svg?branch=master)](https://travis-ci.org/RichardLitt/get-github-issue-creators)\n\n\u003e Get a list of GitHub issue creators from an organization or repo\n\n\n## Install\n\n```\n$ npm install --save get-github-issue-creators\n```\n\n\n## Usage\n\n```js\nconst getGithubIssueCreators = require('get-github-issue-creators');\n\ngetGithubIssueCreators('RichardLitt', {\n    since: '2016-01-15T00:20:24Z',\n    until: '2016-01-20T00:20:24Z',\n    repo: 'get-github-issue-creators'\n  });\n//=\u003e 'RichardLitt'\n```\n\n\n## API\n\n### getGithubIssueCreators(input, [options])\n\n#### org\n\nType: `string`\n\nThe organization or user to scour for issues. 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 issues that have been made.\n\n#### options.until\n\nType: `string`\n\nThe ISO date to which to get issues that have been made.\n\n#### options.repo\n\nType: `string`\n\nA repo to search for issues from.\n\n\n## CLI\n\n```\n$ npm install --global get-github-issue-creators\n```\n\n```\n$ get-github-issue-creators --help\n\n  Usage\n    $ get-github-issue-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-issue-creators\n    RichardLitt\n    $ get-github-issue-creators RichardLitt --repo=get-github-issue-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-github-issue-creators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardlitt%2Fget-github-issue-creators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardlitt%2Fget-github-issue-creators/lists"}