My first slack bot!
- 1 Devlogs
- 1 Total hours
Overview: This is a simple Slack bot built with Node.js and @slack/bolt that runs in Socket Mode. It implements slash commands for quick interactions: /dsb-ping (Pong), /dsb-hello (personal greeting), /dsb-status (uptime), /dsb-help (list commands), /dsb-catfact and /dsb-joke (API-backed replies). Why I built it: To learn Slack app setup (tokens, scopes, Socket Mode), slash commands, and calling external APIs from a bot. This project demonstrates end-to-end Slack bot development and local testing.