llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

slackclient not compatible with files.upload #175

Open tvernick opened 4 years ago

tvernick commented 4 years ago

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?

llimllib commented 4 years ago

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