[python3]批量自动下载对应用户 github上的项目 或者 starts 的项目
调用方法:
python -u 用户名 -t starts或repositories -o 下载目录
默认下载到当前目录的 GitHub文件夹中, 默认下载对应用户 github上的项目
- 例子:
python -u dhgdhg
python -u dhgdhg -t s -o dir_name
python -u dhgdhg -t a -o dir_name