Kaggle - Downloading Competition Data
Bash
This allows you to download all data relating to a competition to a designated folder using the Kaggle API. In order to use the Kaggle API you must have the kaggle python package installed either through conda or pip. You can find the competition name in the data section of the competitions webpage.
cd destination-folder kaggle competitions download -c competition-name
2