slack-sdk
library, which is a Python Library offering a package for each of Slack’s APIs.
The Slack handler is initialized with the following parameters:
token
is a Slack bot token to use for authentication.app_token
is a Slack app token to use for authentication.app_token
is an optional parameter. Without providing it, you need to integrate an app into a Slack channel.CREATE CHATBOT
syntax, use this method of connecting Slack to MindsDB.From scratch
or select an existing app.
From scratch
.From an app manifest
, please follow the Slack docs here.socket
and add the connections:write
scope.xapp-...
token - you’ll need it to publish the chatbot.xoxb-...
token - you’ll need it to publish the chatbot.message.im
.pip install -r requirements.txt
.From scratch
or select an existing app.
From scratch
.From an app manifest
, please follow the Slack docs here.pip install -r requirements.txt
.channels
table.
CREATE CHATBOT
syntax.