Collection of tools to manage github users and organisation

Prepare venv

  1. python3 -m venv .venv
  2. source .venv/bin/activate
  3. pip install -r ./requirements.txt