triviabot A slack bot for trivia questions! Configuration Add a configuration file config.py with the following in it: SLACK_API_KEY = 'API_KEY' TRIVIA_BOT_ID = 'BOT_ID' Questions Currently, the questions are coming from a jeopardy JSON data set, which can be found here.