slack-bot-api
slack-bot-api copied to clipboard
:rocket: Simple way to control your Slack Bot
Hello all, Slack recently published a page explaining that they are deprecating `rtm.start()` functionality this month, September 2022, in favor of `rtm.connect()`. https://api.slack.com/changelog/2021-10-rtm-start-to-stop I see that slackbots uses `rtm.start` during...
hello team I have watched https://youtu.be/B17pGNJugLs after creating the slack bot I am unable to trigger the bot from the visual studio as given in your video I am facing...
Is it possible to create a poll using postMessageToChannel method? Code snippet: `bot.postMessageToChannel('general', '/poll "Poll question?" "Option 1" "Option 2"', params);` It does not create a poll, am I missing...
Using tokens I’ve generated before Slack’s new permissions were rolled out still work fine.
I have created a brand new bot app (21 feb 2020). I the put my new bot oauth token in the init: ```javascript // Slack bot self.bot = new SlackBot({...
I have been very successful to use this API to create a bot. The only downside is the bot is auto disconnecting after 6 hours or so on my ubuntu...
The latest versjon of slackbots on npm is depending on ws ^1.0.1 ([package.json](https://unpkg.com/[email protected]/package.json)) which contains a [security vulnerability](https://github.com/websockets/ws/commit/c4fe46608acd61fbf7397eadc47378903f95b78a). This repository has been updated to use ws ^7.1.1. Please publish a...
Surprised i'm the first to need this. Unpaid slacks seem to blacklist bots as soon as they go over the rate limit. And I continually am getting blocked. I would...
instead getting an error with this JSON in response `{"type":"error","error":{"msg":"invalid message type: null","code":3,"source":"gs-bom-hhur"}}`
@mishk0 Have below clarifications needed for deploying node application which uses slackbots module. experienced below error when tried to run the node application from cloud foundry. but it worked well...