Join Slack
Powered by
This message was deleted.
# platform-toolbox
s
Slackbot
10/10/2023, 8:41 AM
This message was deleted.
a
Andrei Hawke
10/16/2023, 8:47 AM
we wrote something similar to this at the old workplace does it use the slack webscokets for communication?
a
Alexandre Pauwels
10/16/2023, 11:12 AM
Hey
@Andrei Hawke
no websockets just good ol' fashioned HTTP listening to slash commands 😉
https://github.com/pauwels-labs/slack-bot/blob/eed9796263a2ecc3cf792f44c04f49a95fa4ae69/pkg/slack/bot.go#L58
a
Andrei Hawke
10/16/2023, 11:22 AM
We found that using websockets was a better experience as it allowed use to deploy our tool in K8s without exposing an ingress and be able to react to slack commands
Andrei Hawke
10/16/2023, 11:22 AM
something to look 😄
5
Views
Open in Slack
Previous
Next