Skip to content

Instantly share code, notes, and snippets.

View as3eem's full-sized avatar
🎯
Learning new stuffs

ASEEM SRIVASTAVA as3eem

🎯
Learning new stuffs
View GitHub Profile
@yashkumaratri
yashkumaratri / wget_gdrive.sh
Created May 20, 2020 15:28
Download google drive files by wget
For small files
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1rC6LWGNkHaZkuojCEWDqSKcDGwFMBTYZ' -O transformer_semeval.clf
For large files
wget --load-cookies cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1rC6LWGNkHaZkuojCEWDqSKcDGwFMBTYZ' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1rC6LWGNkHaZkuojCEWDqSKcDGwFMBTYZ" -O transformer_semeval.clf