Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 432 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 432 Bytes

github-privatize-repos

This script is used to set the visibility of all repositories on a GitHub account to private.

This script is used to set the visibility of all repositories on a GitHub account to private. It does this by using the GitHub API and the requests library in Python. The script authenticates using a personal access token and retrieves a list of all repositories for the authenticated user using pagination.