/azure-repos-contributors-count

Count the number of contributing developers to an Azure Repos organization in the last 90 days

Primary LanguagePython

This tool is deprecated, please refer to this Tool instaed

Count contributing developers to an Azure DevOps organization in the last 90 days.

Usage

Install virtual environment with: pipenv install

Then run the script with: pipenv run python3 azure-repos-contributors-count.py --organization=[Azure DevOps Organization] --username=[Azure DevOps Username] --pat=[Azure DevOps Personal Access Token] --top=[The top n number of projects to retrieve, if not set default is 100]

(Or use alternate Python 3 environment as required)