Open comments for this post
Realized the bot would be a perfect thing to use to spread awareness of amyotrophic lateral sclerosis (ALS). ALS affects nerve cells in the brain and spinal cord, taking away the ability to use muscles. I added three commands dedicated to it:
- /sv-als-stats for current statistics,
- /sv-als-research for recent breakthroughs,
- /sv-als-donate to encourage donating to the cause.
Inspired by what Discord bot Dyno did during COVID, when it showed COVID stats by country.
A simple Slack bot won’t solve the problem, but if even one person donates to the cause, that’s worth making the whole thing.
In /sv-als-stats, AI webscrapes the data and presents it in a easy-to-read format.
For ...-research, 4o looks for recent research and developments for ALS
(side note, I need to refine this better because sources are often outdated even with the specific system instructions)
For ...-donate, 4o finds large ALS charities, clinics, nonprofits, etc for you to donate to, spreading awareness.
Open comments for this post
Turned some of my previously-written Python code into JavaScript to add my biggest change to the bot: the sidekick can now play Blackjack with you!
This was pretty straightforward because I already had blackjack code written in Python, all I really needed was to convert it into JS and make it work with the Slack API.
bold markdown test
Open comments for this post
Added a couple more commands to Sid’s Second Super Slack Sidekick today!
Made one BIG fumble when the responses were sent in channel ( await respond ({ response_type: “in-channel”}) but have now pushed the new changes and private chats work just fine :D
- Added my OpenAI API to here to get access to more versatility with my commands
- Searches the web for headlines (gpt-4o) /sv-weekly-headlines
- Does math step-by-step, in the slack /sv-math
- Suggests your replies to other peoples’ messages with /sv-whatdoisay
Open comments for this post
Just added a Joke API command onto my slack bot 17 minutes in!