python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I have a message error about my signingSecret for slack bot
I'm a begginer in development and I try to develop a slack bot with the following code:
const {App} = require('@slack/bolt');
const app = new App ({
token : process.env.SLACK_BOT_TOKEN,
signi...
Apococ
Votes: 0
Answers: 2
Neo4rs BoltType Float f64
I am using Neo4rs and I'm having troubles with floats. The following code
let mut result = graph.execute(
query("CREATE (p:PERSON {height: $height}) RETURN p")
.p...
Neotenic Primate
Votes: 0
Answers: 1
is there any way to send message to thread in slack bolt?
I am trying to do this tutorial in python.
https://api.slack.com/tutorials/tracks/responding-to-app-mentions
However, it only sends to 'channel', not message 'thread' in channel(the message which user...
이준혁
Votes: 0
Answers: 2
Match multiple keywords from string in Python
Doing some exploratory Python, be gentle with me :)
I'm trying to parse a message I'm receiving in Python. What I want to do is: if the 1-n list of keywords I'm looking for in the message match, perfo...
user2178462
Votes: 0
Answers: 0