diff --git a/panoptes_client/panoptes.py b/panoptes_client/panoptes.py index 26602ad2..d7d11ec0 100644 --- a/panoptes_client/panoptes.py +++ b/panoptes_client/panoptes.py @@ -97,6 +97,9 @@ def connect(cls, *args, **kwargs): - **username** is your Zooniverse.org username. - **password** is your Zooniverse.org password. + - **login** == "interactive" will prompt for the Zooniverse.org + username and password, while "keyring" will get the login + credentials from the python keyring. - **endpoint** is the HTTP API endpoint you'd like to connect to. Defaults to **https://www.zooniverse.org**. Should not include a trailing slash.