-
Notifications
You must be signed in to change notification settings - Fork 24
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
channels.list deprecated #40
Comments
It stopped for me too:
|
Trying @pwoolvett solution today (17 Sept 2020) gets this for me:
|
Trying again, this time remembering to run
|
I use slack cli for deleting bot created channels like this: https://blog.rmotr.com/how-to-delete-multiple-slack-channels-at-once-7ba00f4890cd and replacing line 80 of api.py with got me taken care of |
Today slack-cli stopped working
https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api
:(
related: os/slacker#116
temporary workaround (I dunno about side effects, Im only using it to PM me):
slacker
:pip install --upgrade slacker
channel
fetcher inslackcli.messaging:iter_resources
tolambda: slack.client().conversations.list().body["channels"]
EDIT: This no longer works as
pkg_resources
avoids newer slacker versions, as reported by @william-dowlingThe text was updated successfully, but these errors were encountered: