netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Get tokens as "passwords" #62

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

The new prompt toolkit can get input as passwords, meaning the input is masked. --init should use that.

Like this https://github.com/jonathanslenders/python-prompt-toolkit/blob/2.0/examples/prompts/get-password-with-toggle-display-shortcut.py