TOC!
- 5 Devlogs
- 7 Total hours
TOC SlackBot is changing the bot landscape
TOC SlackBot is changing the bot landscape
Reworked the repository and folder structure for a modular design as well as adding a few new commands and removing the redundant
TOC! Slackbot now up and running 24/7 on the nest, some bugs (network related, needs to be fixed tho)
Wanted to OverEngineer a slack bot
WHAT I CHANGED:
23 commands (was 8). Added weather, crypto, 8-ball, would-you-rather,
trivia, dictionary, number facts, cat/dog, quotes, roasts, insults,
yes/no, bored suggestions, kanye quotes. Basically everything the
free API tier allows.
Dynamic response system. Ping no longer just says “Pong!” — it
bounces between 5 variants. Same for echo, time, uptime. Every
interaction feels slightly less robotic.
Help menu got categories. Utility, Fun, Knowledge, Media. Looks
like a real app now.
Frontend overhaul. Particle background, command search/filter,
live demo terminal where you can /pretend/ the bot works,
API grid showing all 10+ integrated services, scroll animations,
copy-to-clipboard. Still 100% static (GitHub Pages life).
Error handling on every external API call with fallback responses.
If the API is down, the bot improvises.
7 new API integrations: ZenQuotes, DictionaryAPI, Open Trivia DB,
Cat Facts, Dog CEO, CoinGecko, Kanye Rest. Plus wttr.in for weather.
Created a frontend demo for slack bot hosted on github pages
Just finished with the CORE of my first slack bot