$ pip install py_slack_terminal
$ slack-term
While focused on the channel list:
ncreates a new public channelcstarts a new DMdleaves the selected channelqcloses the app
On first launch, you'll be prompted for your Slack User OAuth Token (xoxp-...).
If you want real-time events, also enter your App-Level Token (xapp-...) for Socket Mode.
The config is saved in ~/.config/py_slack_term/config.yml.
Alternatively, create the config manually:
slacktoken: <bot token here>
socket_mode_token: <app-level token here>