Skip to content

Mass clone all Github repositories of a user or organization with a single command in your terminal

License

Notifications You must be signed in to change notification settings

rkooyenga/git-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-clone

mass github repo scraper/cloner

git-clone is simple but powerful shell script to mass download all repositories of a user or organization on Github.

  • launch the git-clone script
  • enter the userid of an individual or org on github you want to scrape
  • ✨Magic ✨

Requires

Terminal with git installed. Simply copy gitclone.sh, and make sure you set it to be executable:

$ chmod +x gitclone.sh

To run:

$ ./gitclone.sh

You will be prompted to enter a user or org name. Type a valid username of a github user and press 'enter. It will take a moment to poll the github servers, then respond with a list of repositories found for a given user.

Your choices are to download all of them or cancel out. Pretty simple. If you are downloading from a large list such as from Google or Twitter, make sure you have a fast internet connection, ample storage space on your drive, and plenty of coffee while you wait.

That's pretty much all there is to it. Very simple, but quite useful.

by Ray Kooyenga

blog and more projects at by rkooyenga.github.io

About

Mass clone all Github repositories of a user or organization with a single command in your terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages