slack-ruby-client
slack-ruby-client copied to clipboard
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Since Slack will deprecate custom integrations it is necessary to take a look at https://api.slack.com/custom-integrations#migrating_to_apps and adapt the library conveniently
The interface has changed, looks like there's a native ws implementation, etc. cc: @ioquatix I started on this but couldn't make it work Correct set of includes to start for...
When using the webclient through AWS API gateway, there are often delays which cause slack to return "X-Slack-Retry-Reason"=>"http_timeout" even though the POST has been made successfully (the bot writes to...
rbenv puts it's shims at the start of PATH, so it blocks access to /usr/bin/slack that comes later in PATH. Personally, I would suggest splitting the client to a seperate...
I'm sending large inline code blocks into our slack rooms and blocks with more than 4000 symbols (roughly) are coming with a broken code style. This message works fine: ```...
I'm trying to create a small integration that changes the user status, and am unable to do so. No matter what permutation of users_profile_set I choose, I cannot get around...
I was so confused on this one I contacted someone at slack support. At some point in the last several weeks, we noticed that our **Copy Link** for messages from...
I haven't had time to contribute recently but I've been watching the Slack disconnects issues carefully as my bot is now disconnecting almost every night. I understand switching to async...
A casual google reveals at least four javascript libraries that offer parsing from standards-based text (markdown, html) into whatever the heck it is that slack accepts (some mishmash of markdown...
Similar to https://github.com/dblock/strava-ruby-cli