tarrinho / sonarqube_usage_statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sonarqube_usage_statistics

The goal for this python script it to retrieve all the events that happened in one Sonarqube community instance

define environment variables like:

export SONARQUBE_TOKEN="token"
export SONARQUBE_URL="url"

Just run:

python3 sonarqube_stats.py

Read more about the process in my blog: https://pt4.tech/blog/sonarqube-usage-stats/

About


Languages

Language:Python 93.4%Language:Shell 6.6%