安装
1  | pip install kaggle  | 
在 User Profile 页面 Create New Token,并将下载的文件放到 ~/.kaggle/kaggle.json。
使用
列出进行中的比赛
1  | kaggle competitions list  | 
列出比赛的文件
1  | kaggle competitions files {competition}  | 
下载数据
1  | kaggle competitions download -f {filename} -c {competition} # 下载指定文件  |