Migrate from slacker to slack-sdk#229
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.