- install GitHub CLI
brew install gh
- login
gh auth login
- list repositories for the authenticated user
gh api "user/repos?type=all&sort=created&per_page=100&page=1" > output/repos.json
- run python script
python3 main.py
brew install gh
gh auth login
gh api "user/repos?type=all&sort=created&per_page=100&page=1" > output/repos.json
python3 main.py