Install dependencies:
pip install -r requirements.txtIn the src directory copy env-example to .env` file, and edit to add Gitlab URL and API access token:
cp env-example .envpython list_deploy_keys.pyAdd numeric IDs of deploy keys which need to be delete to a file name
deploy_keys.txt, each deploy key ID on a new line.
python delete_deploy_keys.pyThis script list the deploy keys which are about to be deleted and ask for confirmation before deleting.