git_clones
git_clones copied to clipboard
Git clone all of a user's PUBLIC Github repositories
Download/clone all of a user's public repositories
Pass a Github username as a command line argument
python3 git_clones.py -u <github username>
Requirements:
- Python3
- any operating system
All cloned repositories will be downloaded to the current working directory.
Tested on MacOS Big Sur, Ubuntu 18.04/20.04/22.04.LTS, Windows 11
Author: rootVIII 2019-2022