Deyverson1 / clone-respositories

clone-repos.py clones all public projects of a specific user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clone-repos.py clones all public projects of a specific user.

Instructions:

  1. You must copy or clone this repository

For Windows

  1. Install the requests library and Python if you don't already have it.

Note

Request:
pip install requests

Note

Python Windows:
https://www.python.org/downloads/

For Linux

Note

You don't need request only Python3
sudo apt install python3
python3 --version

  1. Enter the name of the user to whom you want to clone the repositories and a local destination repository where they will be cloned.

Local destination repository Example

Windows C:/Users/Valhalla/Documents/Projects
Linux /home/valhalla/Documentos/Projects/

About

clone-repos.py clones all public projects of a specific user.


Languages

Language:Python 100.0%