slack-api
Here are 349 public repositories matching this topic...

-
Updated
Jun 29, 2020 - Shell
-
Updated
Dec 13, 2019 - CSS
-
Updated
May 22, 2020 - Python
-
Updated
Jun 10, 2020 - Go
There is a Slack workspace I use only when I work with a particular subset of my VS Code workspaces. I'd like to not be connected to Slack when I open a different workspace, one unrelated to that Slack workspace. Is this possible currently?
Issue Type
- Bug
- Enhancement / Feature request
- Question
- Documentation
Description
When accessing the Javadoc websites hosted by Sonaty
-
Updated
Jun 25, 2020 - Python
-
Updated
May 6, 2020 - Go
Groups Create Child should be a GET
groups_create_child is documented as a POST
instead of a GET
.
What type of issue is this? (place an x
in one of the [ ]
)
- bug
- enhancement (feature request)
- question
- documentation related
- testing related
- discussion
Requirements (place an x
in each of the [ ]
)
- I've read and understood
-
Updated
Jun 13, 2020 - Python
After upgrading to 0.19.2 I had to change say_webapi()
to say()
which unfortunately seems to have broken replies in DMs.
File "/Users/me/bot/plugins/noru.py", line 36, in rebuild
msg.say('Nice message')
File "/Users/me/Library/Caches/pypoetry/virtualenvs/bot-UaO2qz8g-py3.8/lib/python3.8/site-packages/machine/plugins/base.py", line 340, in say
self.channel.id,
File "/U
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jan 10, 2019 - PHP
-
Updated
Jan 23, 2020 - JavaScript

-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Oct 17, 2017 - Swift
-
Updated
Dec 4, 2019 - PHP
-
Updated
Jun 25, 2020 - Python
-
Updated
Sep 19, 2018 - Shell
-
Updated
May 3, 2020 - Shell
-
Updated
Jun 5, 2020 - Java
-
Updated
Oct 24, 2017 - Ruby
Improve this page
Add a description, image, and links to the slack-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slack-api topic, visit your repo's landing page and select "manage topics."
I'm only having a first look at slack-ruby-client and I wonder: typically, how many concurrent RTM connections are usually handled successfully without problems? Is it more in the 10, 100, 1000 range? Thanks!
(Note that I will do my homework, of course, yet I'm curious to hear about anyone with > 100 RTM connections setup).