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

ChudBot

  • 1 Devlogs
  • 0 Total hours

This is my custom Slack Bot for the Hack Club slack! Currently, its features include: /chudbot-ping: Checks the bot's current response latency. /chudbot-quote: Spits out a random programming quote. /chudbot-countdown: Shows the exact time left until the next Stardance event. /chudbot-pair: Shuffles and pairs up a list of team members for peer work. /chudbot-roll: Rolls custom tabletop dice (e.g., 2d20) and gives the total. /chudbot-flip: Flips a coin for quick, unbiased decisions.

Ship #1

I made a simple Slack chatbot using Python and the Bolt framework that can be run either locally or containerized. The hardest part for me was getting the Slack API permissions and environment variables properly configured, but I'm proud of how lightweight and fast the final setup turned out. To test it out, all you need to do is clone the repo, drop your workspace tokens into a .env file, and spin it up using python or even Docker. I linked the #bot-spam channel, because that is where you can test the bot for yourself!

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

17m 34s logged

With an array of commands, ChudBot is the perfect addition to the HackClub slack. I took my commands from my discord bot, and wrote it into a Slack bot! I hope everyone can enjoy this project as much as I did making it.

With an array of commands, ChudBot is the perfect addition to the HackClub slack. I took my commands from my discord bot, and wrote it into a Slack bot! I hope everyone can enjoy this project as much as I did making it.

Replying to @skornuta

0
3

Followers

Loading…