slack icon indicating copy to clipboard operation
slack copied to clipboard

A simple and comprehensive Slack API client.

Results 3 slack issues
Sort by recently updated
recently updated
newest added

Here's the Hello World example. How would I change it so `mybot` has a user icon/photo? ``` import slack import slack.chat slack.api_token = 'your_token' slack.chat.post_message('#eng', 'Hello slackers!', username='mybot') ```

- Modified html_client to support proxy configuration - Modified tests to support urllib3

When I installed 0.1.2, all attachments stopped working on `slack.chat.post_message()`. Downgrading to 0.1.0 fixed the problem without any changes to my code. (At the expense of "Unverified HTTPS request" warnings...)