# github-downloader **Repository Path**: BattleCall/github-downloader ## Basic Information - **Project Name**: github-downloader - **Description**: 指定用户名批量下载其start或repositories下的项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## [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` #### 注意: 强烈建议不要中断下载,否则所有已下载的文件都将重新下载 ##### 运行时图片: - ![](http://images2017.cnblogs.com/blog/1043898/201801/1043898-20180110153846097-571444189.png) - ![](http://images2017.cnblogs.com/blog/1043898/201801/1043898-20180110153848347-183992530.png)