You are browsing as a guest. Sign up (or log in) to start making projects!

Best 1st Slack Bot Ever

  • 1 Devlogs
  • 0 Total hours

You've never seen a beginner slack bot this good before. You can test it in the stardance channel in the stardance slack.

Ship #1

I made my 1st ever slackbot by using the guide stardance provides. This was my 1st stardance challenge project and I mainly did it to get some beginner experience and understand how the stardance challenge works. I've never made a slack bot before so it was cool to do. I was gonna add more features but to be honest I'm way too lazy and I have better ideas for me to work on.

Try it here in the stardance slack workspace:
https://app.slack.com/client/E09V59WQY1E/C0APH2MMHH7

To use it, click the link and join the slack workspace. Then in any channel you can use this command:

/mhdsb-help
This command shows a list of every command you can do and a short description of their function.

Try project → See source code →
Open comments for this post

24m 47s logged

I started the guide on making my 1st ever slack bot (as the title suggest its amazing and the best beginner one you’ll ever see).

Ran into 1 issue with commands where I renamed the commands on the slack api website (to distinguish it from the million other slack bots in the stardance slack channel). After doing this I kept getting an error when running commands.

After some trial and error and testing, I was able to figure out that the problem was within my code. I was using the base code the slack bot guide gives you and that gives you the basic command names (/dsb-ping). I had to go in the code and rename the command names to match what they were on the api wesbite.

Next I’m going to integrate more free apis (like a cool dog one) and publish it on nest.

I started the guide on making my 1st ever slack bot (as the title suggest its amazing and the best beginner one you’ll ever see).

Ran into 1 issue with commands where I renamed the commands on the slack api website (to distinguish it from the million other slack bots in the stardance slack channel). After doing this I kept getting an error when running commands.

After some trial and error and testing, I was able to figure out that the problem was within my code. I was using the base code the slack bot guide gives you and that gives you the basic command names (/dsb-ping). I had to go in the code and rename the command names to match what they were on the api wesbite.

Next I’m going to integrate more free apis (like a cool dog one) and publish it on nest.

Replying to @muhamm38

0
2

Followers

Loading…