Thanks Anthony, happy to hear. Here is an example of a scheduled event: gist.github.com/bbelderbos/af5555cfb1ff05544b4d0464577b5417 - for recurring items you can run such a script in a cronjob. Maybe there's an easier way (I abstracted this from one of our bot projects) but I would look at "client.chat_scheduleMessage" HTH Bob
Thank you. Easy to learn. I have created a bot and want to deploy in multiple servers. How can we make sure that we will get reply from only one server?
@@Pybites I'm going to try to write a Slackbot/Slack App for an OSS project from Discord called Access. First time trying to write a Slack App/Bot, so it's all fun stuff to me. Thanks again for the video!
Really great tutorial. I'm having fun with slack-bolt. Is there a way to have a timed event, like something that happens every Sunday?
Thanks Anthony, happy to hear. Here is an example of a scheduled event: gist.github.com/bbelderbos/af5555cfb1ff05544b4d0464577b5417 - for recurring items you can run such a script in a cronjob. Maybe there's an easier way (I abstracted this from one of our bot projects) but I would look at "client.chat_scheduleMessage"
HTH
Bob
What if I want the slack bot to reply to a particular channel
That must be possible. How do you mean reply to a particular channel, when user pings it or in response to some sort of pattern?
How create a web socket connection between slack and another web server ??
Have you any idea about it??
No idea, does Google yield anything?
Is im:history required for adding slash commands ?
I am not sure, I guess it depends the type of command? Have you tried?
Nice Video. Keep up the good work
Thanks Guilherme!
Thank you. Easy to learn. I have created a bot and want to deploy in multiple servers. How can we make sure that we will get reply from only one server?
Cool, thanks. Make different Slack app instances, one for each different environment maybe?
Really helpful. Thank you.
Thank you. I should build another bot, they are fun and really helpful for work / teams. What are you building?
@@Pybites I'm going to try to write a Slackbot/Slack App for an OSS project from Discord called Access.
First time trying to write a Slack App/Bot, so it's all fun stuff to me.
Thanks again for the video!
@@jonathanhle awesome, feel free to share it in our community when you finished your prototype: pybites.circle.so/home
Thanks a lot.
Yw, are you building a Slack bot?
thanks & those jokes man 😂
Thanks!
Really poor tutorial jumping right in to environment navigation without showing that set up.
Thanks for your feedback, you mean the slack app interface at the start? What set up did we miss or could we have expanded upon then?
Have you tried slack_bolt.asyncapp
Not yet, you?
@@Pybites I have not, and I have trying to use it but I cant seem to make it run. If you could do a quick tutorial ill highly appreciate it
@@sylex5046 I don't have a need now / other prios. Btw why do you need async, does sync work for you?