clone-repos.py clones all public projects of a specific user.
- You must
copy
orclone
thisrepository
- Install the
requests
library andPython
if you don't already have it.
Note
Request:
pip install requests
Note
Python Windows:
https://www.python.org/downloads/
Note
You don't need request
only Python3
sudo apt install python3
python3 --version
- Enter the name of the
user
to whom you want to clone the repositories and alocal destination repository
where they will be cloned.
Windows
C:/Users/Valhalla/Documents/Projects
Linux
/home/valhalla/Documentos/Projects/