A small script to download all of the public repos of a user.
- git
- python
- BeautifulSoup package
- requests package
Before using, be sure that you have installed git
, python
, requests
and BeautifulSoup
packages. In order to install required packages, you can run pip install -r requirements.txt
.
pyclone
If you don't pass any parameter, you will be prompted for
username
anddestination folder
.
or
pyclone <username>
If you don't pass any location folder parameter, by default repos will be cloned into current folder
.
.
or
pyclone <username> <destination-folder>
Repos from
username
will be cloned into the folder that you passed.