contributors icon indicating copy to clipboard operation
contributors copied to clipboard

Support for other social coding sites

Open jonafato opened this issue 8 years ago • 1 comments

It would be interesting to be able to point this tool at other sites in addition to GitHub. For example, BitBucket and GitLab both have APIs that cover most (if not all) of the functionality that GitHub's API does. Gitbucket aims to be API compatible with GitHub, so contributors may Just Work™ when pointed at a gitbucket deployment.

This feature could be added with a CLI option, e.g.

$ contributors --host gitlab example/project
$ contributors --host https://example.com/api/v1 --handler github example/project

The options would default to GitHub to match current behavior. The names of options / feature design are open for discussion. Would contributions adding this functionality be welcome?

jonafato avatar Jul 08 '16 06:07 jonafato

I use GitLab a lot so this would be a very useful feature. 😃

pydanny avatar Jul 08 '16 10:07 pydanny