oddluck-limnoria-plugins/Jeopardy
oddluck ac6e93c738 Jeopardy: skip/report, other minor improvements. 2020-02-05 12:08:04 +00:00
..
local Add 'Jeopardy/' from commit '0fc85014d136671257180831029710c82b778307' 2019-03-01 01:43:27 -05:00
locales Add 'Jeopardy/' from commit '0fc85014d136671257180831029710c82b778307' 2019-03-01 01:43:27 -05:00
README.md Update README.md 2020-02-05 04:10:39 -05:00
__init__.py update author/maintainer data 2019-12-04 01:46:01 -05:00
categories.txt Update categories.txt 2020-02-01 11:40:38 -05:00
config.py Jeopardy: code cleanup, keepHistory config 2020-02-05 08:19:41 +00:00
messages.pot Add 'Jeopardy/' from commit '0fc85014d136671257180831029710c82b778307' 2019-03-01 01:43:27 -05:00
plugin.py Jeopardy: skip/report, other minor improvements. 2020-02-05 12:08:04 +00:00
requirements.txt Update requirements.txt 2020-02-02 07:36:26 -05:00
test.py Update test.py 2019-03-01 01:51:50 -05:00

README.md

Come play in ##Jeopardy on Freenode.

irc://chat.freenode.net/##jeopardy

This... is... Jeopardy!

Uses jService (150K+ Jeopardy! questions, more if run locally) as a trivia source.

To run a local instance (190K+ questions, can add more questions as episodes continue to air) install my jService fork then point plugins.jeopardy.jserviceUrl to your own URL.

Commands

start [--num <int>] [--shuffle] [--no-hints] [--random-category] [category1, category2, etc,]

Calling the start command by itself will yield a round of random questions. Adding category names after the start command will search for specific categories by name. The --random-category option will return questions from a randomly selected category. Calling start while a game is running will add additional questions to the queue. Use --shuffle to randomize question order. Use --no-hints to disable hints for the round.

categories

Returns a list of popular Jeopardy! categories.

stats [--top <int>] [nick]

Returns game scores. Defaults to top 5 players. Use --top and a number to receive more top players. Specify a nick to get a score for the selected player.

question

Repeat the currently active question.

hint

Repeat the current hint.

Config

config list plugins.jeopardy

List the config variables for the game.

config help plugins.jeopardy.<variable_name>

Get information about what game options the variable controls.

Miscellaneous

Score and history files can be found in <bot_directory>/data/jeopardy/

Forked and significantly modified version of this trivia plugin.