Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.01k stars 1.06k forks source link

Kaggle competition list filters not working #330

Open siriasadeddin opened 3 years ago

siriasadeddin commented 3 years ago

Hello, when running:

kaggle competitions list -s titanic

I get:

['ref deadline category reward teamCount userHasEntered \n', '------- ------------------- --------------- --------- --------- -------------- \n', 'titanic 2030-01-01 00:00:00 Getting Started Knowledge 18134 True \n']

but when running:

kaggle competitions list -s titanic --category gettingStarted

I get an empty list, this is just an example but it is happening systematically with all my searches, I think this is a bug on the code.

SortBy also not working.

thanks in advance,

Siria

devblin commented 3 years ago

To get all competitions on category 'gettingStarted' you should run: kaggle competitions list --category gettingStarted