yjmm10 / github-downloader

指定用户名批量下载其start或repositories下的项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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

注意: 强烈建议不要中断下载,否则所有已下载的文件都将重新下载

运行时图片:

About

指定用户名批量下载其start或repositories下的项目


Languages

Language:Python 100.0%