Skip to content

download github folder or file. Resuming interrupted downloads

License

Notifications You must be signed in to change notification settings

milisp/github-file-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-file-dl

download github special files. Resuming interrupted downloads

下载 github 某个文件夹或文件,可以断点续传

api - github contents api

python

Install

pip install git+https://github.com/milisp/github-file-dl

Usage

github-file-dl -h
github-file-dl github_url download_folder
github-file-dl github_url download_folder -p proxy_url

main code file

__main__.py

Rust

How to Run:

Without Proxy:

cargo run --release -- "https://github.com/owner/repo/tree/branch/folder_path"

With Proxy:

cargo run --release -- "https://github.com/owner/repo/tree/branch/folder_path" "http://your_proxy_here"

Similar or related Projects

About

download github folder or file. Resuming interrupted downloads

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published