Github_backup Python script that uses the GitHub API to back up all your repositories by cloning them to a local directory. Steps to Run: 1- Generate a GitHub personal access token with repo scope by following GitHub's guide. 2- Install the dependencies. pip3 install -r requirements.txt 3- Run the script. python3 github_backup.py