os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Allow a file handle to be passed for files.upload #137

Closed sillyfrog closed 5 years ago

sillyfrog commented 6 years ago

Currently the file must exist on disk, however sometimes it's useful to use a file handle directly.

os commented 5 years ago

Hey @sillyfrog. I've added a couple of fixes on top of your branch. Thanks.