os / slacker

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

Added example showing file uploader functionality and corrected a typo #85

Closed anythingrandom closed 8 years ago

os commented 8 years ago

Hey @anythingrandom. Could you separate them in two separate commits? So I can merge the fix straight away.

anythingrandom commented 8 years ago

Hey @os I separated the typo into this single commit. https://github.com/os/slacker/pull/85/commits/15224e679557d46644428401238ab215148e5acc

So you can merge this fix.

os commented 8 years ago

@anythingrandom Thanks, I did cherry pick that commit https://github.com/os/slacker/commit/5fe469d408e57758ab2ceacb8abb5a8d0ea1e1bc.

I haven't decided about how we should organise examples so I'll leave the rest but thanks for that as well.