Skip to content

SNYK-SE/bitbucket-server-contributors-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbucket-server-contributors-count

Count contributing developers to a Bitbucket Server instance in the last 90 days.

Usage

Install virtual environment with:

pipenv install

Then run the script with:

pipenv run python3 bitbucketserverdevcount.py --hostname [bbserver-hostname] --token [access-token]

or

pipenv run python3 bitbucketserverdevcount.py --hostname [bbserver-hostname] --username [bbserver-username] --password [bbserver-password]

(Or use alternate Python 3 environment as required)

Hostname means hostname, not URL... for example use stash.xyzco.com not https://stash.zyxco.com

Additional Filtering

You can filter by Bitbucket Server project using --project-name=<project-name>.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages