limbo icon indicating copy to clipboard operation
limbo copied to clipboard

slackclient not compatible with files.upload

Open tvernick opened this issue 6 years ago • 1 comments

I'm trying to add the api call for files.upload but it seems the slack.py class doesnt have this capability - I see the slack import not from the pip repo so I'm wondering if the client class is outdated at this point?

tvernick avatar Sep 25 '19 19:09 tvernick

Definitely slightly outdated! At the time I was working on this a lot, the slack client from pip was of awful quality, so I did not rely on it. Adding file upload support is probably possible and not that hard, but not yet present

llimllib avatar Apr 07 '20 03:04 llimllib