go-chat-bot / bot

IRC, Slack, Telegram and RocketChat bot written in go
MIT License
824 stars 194 forks source link

Update request to use SocketMode and WSS as RTM is deprecated in Slack API. #137

Open manrajag opened 2 years ago

manrajag commented 2 years ago

https://github.com/go-chat-bot/bot/blob/763f9eeac7d5d43ac3ddce8cf2a32490d6757bbc/slack/slack.go#L16

Since Slack recommends using SocketMode which uses Websockets for Interactivity the RTM method is deprecated in the Slack API.

Request for an updated Slack implementation that uses WebSockets and SocketMode to implement Go-Chat-bot for Slack.