-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from slacker to slack-sdk #229
base: develop
Are you sure you want to change the base?
Conversation
Please could you merge this PR. Or is there something preventing it? |
I would if I could, I am not real sure who all has merge rights for this repo... |
/cc @lucywang000 |
/cc @lins05 |
/cc @jtatum |
@tobias-urdin I have more or less given up hope that anyone will merge this PR and basically pulled the functionality I need into my own project - you might have to do the same :( |
can anyone merge this? |
I merged this in my fork at https://github.com/amuraru/slackbot |
@amuraru thanks for your help in this issue, hope there will be permanent fix for this |
@amuraru Thanks for the fork. I'm encountering this error, do you happen to know why?
|
@daveluong the slack sdk is only for python >= 3.6 - you appear to be using python 3.5 |
Thanks for the patch, it looks excellent. I'll take a look soon. |
Any news on when this might be merged? |
A newly created legacy bot token fails to authenticate using the older auth method used by the slacker module. The rtm.start method has also been deprecated, so migrated to rtm.connect. The slack-sdk module also provides blocks support.
Resolves #227.
Resolves #210.
Resolves #209.