I built a trivia bot for Slack from scratch using JavaScript, Node.js, and Slack’s Bolt framework running in Socket Mode. It posts trivia questions in a channel, lets people DM their answers privately (so no one can just copy the first response), tracks scores, and has a leaderboard. Questions come from a live API (Open Trivia DB) with a local JSON question bank as a fallback if the API is ever down.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.