Recently, I was looking a way to do a git clone in bulk. I came across this nifty little script to do the same
You can just invoke it with the argument of either user or organization. For example
./clone.sh madhur
The problem with this is that it will not clone the private repos since the API used in this request is unauthenticated and will not have access to the private repos.
I wrote a small little python script which will also clone the private repos.