Add a data adapter for slack messages #17
Labels
adapter: new
Issues and PRs related to creating new input/output adapters
type: feature
Issues and PRs related to new features
csp
makes it easy to build things like chatbots, which react to incoming messages, do some work, and produce outputs, potentially keeping state in between. We have built chatbots withcsp
before, but it would be good to make adapters available. Since Slack is quite popular and has a well maintained python SDK, we should write a slack adapter.Opening this ticket to track, but I'm already writing one which should hopefully be done shortly.
The text was updated successfully, but these errors were encountered: