clone-repos.py clones all public projects of a specific user.
- You must
copyorclonethisrepository
- Install the
requestslibrary andPythonif you don't already have it.
First, you have to install Python, then you have to install pip in the comand line, be sure you already have python correctly installed `python -m ensurepip`
Note
Install request:
pip install requests
Note
Python Windows:
https://www.python.org/downloads/
To install request
python -m pip install requests
Note
You don't need request only Python3
sudo apt install python3
python3 --version
- Enter the name of the
userto whom you want to clone the repositories and alocal destination repositorywhere they will be cloned.
Windows C:/Users/Valhalla/Documents/Projects
Linux /home/valhalla/Documentos/Projects/