@svatsaa on Super Slack Sidekick V2
I made a Slack bot called Super Slack Sidekick hosted on Hack Club's Nest server. It has some simple utility commands, webscrapes using OpenAI's GPT 4o API, can be used for ALS awareness, and fuels your (legal) gambling addiction through Blackjack!
Some things that challenged me along the way :
1. Getting ssh permissions working, as my computer was facing issues and I hadn't used the powershell terminal in a long time.
2. Commanding and sourcing OpenAI API on JavaScript (I've mainly used Python to work with API keys)
3. Working with JS syntax (have very minor JavaScript experience, so spent a good 2 hours looking at documentation in my second monitor)
I am most proud of adding the amyotrophic lateral sclerosis (ALS) awareness commands to the slack bot. I believe this disorder is severely unknown in our modern generation even with its high stakes and many patients diagnosed with it in the United States.
Additionally, I am proud of getting all my syntax right with the JavaScript blackjack, as I faced issues getting it to work on C++ and debugged so much when making it for the first time a year ago in Python.
To test it, you must be in the Hack Club Stack.
Invite the bot to a channel with /invite @Sid's Second Super Slack Sidekick (or similar)
/sv-help shows all commands
README available on the github page.
Minimal AI coding: used to fix missing parenthesis and autocomplete repetitive tasks, such as updating the help menu with available commands.
- 4 devlogs
- 2h
- Make a Slack Bot