Skip to content

mahee96/git_clone_all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Script to clone all public repositories under a user

This script fetches all public repositories under a github user, saves it locally to a text file and uses this list to clone all the repos locally

To Run the script:

  1. install required dependencies using command "python -m pip install -r requirements.py".
  2. run script using command "python clone_all_repos.py"

NOTE: This script expects git binary to be installed and available on system loader path.

NOTE: All Exceptions are unhandled currently and will be raised as soon as they appear, please follow stacktrace for details on the error

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published