Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 437 Bytes

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