slacker icon indicating copy to clipboard operation
slacker copied to clipboard

Full-featured Python interface for the Slack API

Results 30 slacker issues
Sort by recently updated
recently updated
newest added

It would be great if the Analytics API could be supported. ![analytics](https://user-images.githubusercontent.com/1833891/67552103-9f8c0c80-f70a-11e9-9812-7b83ffdfdeee.png) Now it's possible to export some data to CSV, even though on GUI they offered much more. For...

Recently, Slack implemented some new "all-in-one" methods to govern objects which used to be in multiple different endpoints that can be handled in one over-arching method scope... https://api.slack.com/docs/conversations-api This would...

The following files were written to the plist by the ```--record {plist}``` feature, but weren't actually installed: ``` ===> Checking for items in pkg-plist which are not in STAGEDIR Error:...

I had an issue where my script was using unicode literals, and the .files.upload wasn't uploading the file properly. Turns out the filename string was in unicode, and in __init__.py,...

As described [here](https://community.home-assistant.io/t/slack-log-spam-read-timeouts/52698) in much detail, Slacker has recently started throwing lots of `exceptions.ReadTimeout` errors even when the message goes through just fine: ``` File "/root/.homeassistant/deps/lib/python3.5/site-packages/slacker/__init__.py", line 123, in post...

Hey Guys! Just wanted to check whether slacker supports SCIM api or not? can anyone answer?

question

Uploading and sharing an image does only work partially: The message is created in the channel. The linked title shows the picture if I click it. However, the picture itself...

For using slash commands and other interactive buttons, you're given the option to respond using the `response_url` field value instead of just a normal return within the 3 second limit.

enhancement