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

ZeroX - Cute Slack Bot!

  • 2 Devlogs
  • 4 Total hours

Tried out Making bot for slack using bolt js framework.

Open comments for this post

17m 46s logged

Updated Bot’s repo & project to contain link to directly try out bot instead of just youtube video. Updated deployment method to also contain guide for pm2. Specified ai usage in readme.

you can try the bot here : https://app.slack.com/client/E09V59WQY1E/C0B95V123TQ

Updated Bot’s repo & project to contain link to directly try out bot instead of just youtube video. Updated deployment method to also contain guide for pm2. Specified ai usage in readme.

you can try the bot here : https://app.slack.com/client/E09V59WQY1E/C0B95V123TQ

Replying to @AuraZod

0
1
Ship #1

A Simple Slack bot, Overall development was more of a fun than challenging but still had some issues with understanding the multiple token and slashes being registered separetly. I'm proud of how i handled the project even tho it was my first time working with bolt js (where i work mostly in python). you can test out the bot in HackClub Slack Communiy with cmnds specified in readme or use /zr-help.

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

3h 13m logged

been working on the zerox slack bot transition. struggled with event subscriptions and socket mode on the dashboard since it kept asking for a request url — had to toggle socket mode first to bypass it. also had to invite the bot to the channel manually to get app_mention to trigger. rewrote the parser to clean the mention tag, colons, and spaces because it was throwing a fit and fallbacking to help menu. ran into background instances of node load balancing socket mode connection, killed them with stop-process to get it working. ask and roast commands updated to show the original prompt at the top. cleaned up deploy.md and slackbot.service for root systemd deployment.

Finally made the first draft for it.
bot is up and working.
I was clueless at first on what to create for project on hackclub & then just made slack bot as it will give me idea on how things work.
It was different and unique experience compared to discord bot developing (Which I mostly works on).

been working on the zerox slack bot transition. struggled with event subscriptions and socket mode on the dashboard since it kept asking for a request url — had to toggle socket mode first to bypass it. also had to invite the bot to the channel manually to get app_mention to trigger. rewrote the parser to clean the mention tag, colons, and spaces because it was throwing a fit and fallbacking to help menu. ran into background instances of node load balancing socket mode connection, killed them with stop-process to get it working. ask and roast commands updated to show the original prompt at the top. cleaned up deploy.md and slackbot.service for root systemd deployment.

Finally made the first draft for it.
bot is up and working.
I was clueless at first on what to create for project on hackclub & then just made slack bot as it will give me idea on how things work.
It was different and unique experience compared to discord bot developing (Which I mostly works on).

Replying to @AuraZod

0
4

Followers

Loading…