errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

I'm Unable to use Errbot with Slack as a Botuser #1417

Closed a0149659 closed 3 years ago

a0149659 commented 4 years ago

In order to let us help you better, please fill out the following fields as best you can:

I am...

I am running...

Issue description

Errbot no longer works with Slack.com API.

Steps to reproduce

Any Slack Enterprise Workspace or create a new standard workspace and request a Bot User Token.

Additional info

Will Errbot be upgraded / changed to meet slack.com's new connection method policies ?

sijis commented 4 years ago

There is an experimental backend using the new slack api. Try it out and see if it works for you.

See #1416.

ppinzon commented 4 years ago

@sijis do you know if there's work to support the event's API instead? The RTM is being phased out and newly created apps can't use errbot unless you go out of the way and create an old V1 app.

sijis commented 4 years ago

@sijis do you know if there's work to support the event's API instead? The RTM is being phased out and newly created apps can't use errbot unless you go out of the way and create an old V1 app.

I saw a message about a week after the release, that the RTM was being deprecated :(.

There is no work going on the events API.

nzlosh commented 3 years ago

Just a small update, work is underway to support the events API using the new fine grain Slack tokens. https://github.com/errbotio/errbot/pull/1451

nzlosh commented 3 years ago

Work on a slack backend that supports RTM and Events is available here https://github.com/nzlosh/err-backend-slackv3

sijis commented 3 years ago

Strongly suggest using the slack-v3 backend.