JovianHQ / opendatasets

A Python library for downloading datasets from Kaggle, Google Drive, and other online sources.
MIT License
318 stars 139 forks source link

Kaggle JSON (in different place) #8

Open duchaba opened 2 years ago

duchaba commented 2 years ago

aakashns

This is a useful repository. Thank you for sharing.

FYI: Digging into the code, the method "read_kaggle_creds()" looks for the kaggle.json at the current directory, "./kaggle.json", but most of the time, the kaggle.json is stored at "~/.kaggle/kaggle.json"

Thanks.

aakashns commented 1 year ago

Makes sense, we should also look for kaggle.json in ~/.kaggle/kaggle.json. We'll pick up this enhancement soon.

youyinnn commented 1 month ago

updates?