- less loading time (google download speed is better than your upload speed)
- one click data loading
- making data online you can work from other machines.
- we'll be using private github repository so data is private.
1- Get a github token key
!curl -H 'Authorization: token YOUR_TOKEN_HERE' -H 'Accept: application/vnd.github.v3.raw' -O -L https://api.github.com/repos/USERNAME/REPO_NAME/contents/FILE.zip
!unzip FILE.zip
make sure to set : YOUR_TOKEN_HERE, USERNAME , REPO_NAME, FILE.zip
if you've put the data inside a folder in the repository just use the correct path , e.g if folder is data
then :
https://api.github.com/repos/USERNAME/REPO_NAME/contents/data/FILE.zip
written for a friend , good luck Iyad .