Skip to content

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

Notifications You must be signed in to change notification settings

Deyverson1/clone-respositories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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.

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

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages