You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for writing up this script. It has saved me some time, trying to set up the bot. The current script to install requirements (requirements.txt) needs to be updated to pull the last version of the 1.x version of slackbot, since 2x had some major rewrites and no longer has the slackclient def. Personally, I'd just change the line that says slackclient to slackclient==1.3.2
I have played around, and have a local working copy of the V2 interface if you are interested too.. let me know
The text was updated successfully, but these errors were encountered:
If you have updated code for Admiral to use the newer Slack library, feel free to send me a pull request. 😄 Then we can stick with the latest versions of the dependency and not pin to the 1.x version.
First, thank you for writing up this script. It has saved me some time, trying to set up the bot. The current script to install requirements (requirements.txt) needs to be updated to pull the last version of the 1.x version of slackbot, since 2x had some major rewrites and no longer has the slackclient def. Personally, I'd just change the line that says slackclient to slackclient==1.3.2
I have played around, and have a local working copy of the V2 interface if you are interested too.. let me know
The text was updated successfully, but these errors were encountered: