Skip to content

SNYK-SE/bitbucket-cloud-contributors-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbucket-cloud-contributors-count

This tool is deprecated, please refer to this Tool instaed

Count contributing developers in a bitbucket.org account in the last 90 days.

Prerequisites: This script requires Python 3. If you have only Python 3 installed, you may need to modify commands below to use python command instead of python3.

Usage

First install pipenv dependencies:

pipenv install

Then run it:

pipenv run python3 bitbucketdevcount.py --user [your bitbucket.org user] --password [your bitbucket.org password] --account [your bitbucket.org org name aka account]

If you use Single Sign-on (SSO) with Bitbucket cloud or don't want to use your actual username/password, you can use a Bitbucket app password as follows:

pipenv run python3 bitbucketdevcount.py --password [your bitbucket.org app password] --account [your bitbucket.org org name aka account]

Additional Filtering

You can filter by repo name using --repo-name=<repo-name>.

About

Count active developers in a bitbucket.org account in the last 90 days

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages