slack-bot-api
slack-bot-api copied to clipboard
:rocket: Simple way to control your Slack Bot
Is there a graceful way to handle this Slack event? Is calling login() again sufficient? If a 'migration_in_progress' event is received, will the code handle it gracefully? (e.g. sleep, poll...
Hi If you send too many RTM connection requests, you will eventually receive the following response "You are sending too many requests. Please relax." which due to being plain text...
Hi guys, can you help me understand, how to implement typing indicators. When a user speaks a bot, and if the bot processes the request, we need to show typing....
When you have a lot of requests to Slack. For example if you use nodemon and your app in development mode try login very often. You get an response(type string)...
Hey there! I noticed that your repo has a vulnerability introduced via the `ws` dependency. You can see information about it [here](https://snyk.io/vuln/npm:ws:20160920). Also, you could see the [test report for...
When bot is already in a channel/group and the channel/group get renamed, the bot message never get delivered. Steps to reproduce: 1. Add bot into a channel/group. 2. Start node...
Slackbots uses v1.0.1 of ws (websocket library), which has an issue with node versions 6.3.0 and above - https://github.com/websockets/ws/issues/778 ws is currently on v2.0.0, but upgrading to v1.1.1 or above...
**getChannels**, **getUsers** and **getGroups** always return cached data meaning that said data will, at some point, become outdated. **Solutions:** - Make slackbots listen to update events and keep the cached...
I invited my bot to a private channel, but no messages are delivered there despite the bot already on the member list. I'm not sure if that is a but...
The .getUser() .getUserId() functions don't seems work. The first doesn't do anything and the second cannot be found.