Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Support for other social coding sites #15

Open
jonafato opened this issue Jul 8, 2016 · 1 comment
Open

Support for other social coding sites #15

jonafato opened this issue Jul 8, 2016 · 1 comment
Labels

Comments

@jonafato
Copy link
Contributor

jonafato commented Jul 8, 2016

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?

@pydanny
Copy link
Owner

pydanny commented Jul 8, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants