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