- GitLab personal access token
Clone the repository:
git clone git@github.com:manhtdd/project-metrics.git
cd project-metricspip install -r requirements.txtdocker compose up -d
docker exec -it project-metrics /bin/bashRun the script with the required arguments:
python script.py --username <your_gitlab_username> --token <your_personal_access_token>python script.py --username smu.manhtd --token gl----YxEG--username: Your GitLab username (required).--token: Your GitLab personal access token (required).