Path: blob/master/GitHub/GitHub_Download_repository_from_URL.ipynb
2973 views
Kernel: Python 3
GitHub - Download repository from URL
Tags: #github #download #repository #url #api #zip
Author: Florent Ravenel
Last update: 2023-04-24 (Created: 2023-04-10)
Description: This notebook explains how to download a repository from a URL.
References:
Input
Import libraries
In [ ]:
Setup Variables
url
: URL of the repository to be downloadedbranch_master
: Name of the master branchoutput_dir
: Path of the directory as output
In [ ]:
Model
Download repository
In [ ]:
Unzip and rename reposistory
In [ ]:
Remove ZIP
In [ ]:
Output
Display result
In [ ]: