bevry / staticsitegenerators-list

A comprehensive, partially automatically generated comparison of static site generators
https://staticsitegenerators.net
Other
221 stars 188 forks source link

Add support for BitBucket repositories #40

Open obensonne opened 10 years ago

obensonne commented 10 years ago

Generator projects primarily hosted at BitBucket would benefit from extracting follower and fork stats not only from GitHub but also from BitBucket. For instance poole has more followers and forks at BitBucket.

balupton commented 10 years ago

Sweet. The place to get started would be either on the website repo https://github.com/bevry/staticsitegenerators or on https://github.com/bevry/getrepos

dertuxmalwieder commented 8 years ago

Push? https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html

dertuxmalwieder commented 7 years ago

Seems to be there now but broken, see #281

balupton commented 7 years ago

The work now for this is ready. So any pull requests for this would be great.

balupton commented 7 years ago

So if someone wants to go about this, the work needed is to update https://github.com/bevry/getrepos for bitbucket support.

However, I'm inclined to drop getrepos in favour of a https://github.com/chainyjs/chainy/wiki approach

Okay, took a look, adding this stuff to getrepos should be fairly straightforward. requestRepo would be expanded out to be requestRepo that supports all the different repo types, and then requestRepoFromGitHub, requestRepoFromGitLab, requestRepoFromBitBucket etc.

Alternative would also be to:

balupton commented 7 years ago

actually, I need to rewrite the code surrounding getrepos, getcontributors and fellow - so best to hold this off

dertuxmalwieder commented 7 years ago

That sucks. But thank you for the status update!