Python script providing the number of lines of code written by the developer across entire org
This script fetches commit data from Azure DevOps repositories and generates a CSV report containing lines of code contributions by developers for a specified month.
- Python 3.x installed
- Required Python packages (
requests
,csv
)
-
Clone or download this repository.
-
Install the required Python packages:
pip install requests