Go to file
Tanner 2d3de334bf Fix #95
Changed the following config value names:
sleepTime to waitTime
timeout to hintTime
timeoutKAOS to hintKAOS
skipLimitTime to skipTime
showPlayerStats to showStats
showVowelsThirdHint to vowelsHint
showOtherHintCommand to extraHint
hintShowRation to hintRatio
defaultPointsKAOS to defaultKAOS
inactivityDelay to timeout
2013-11-15 16:49:58 -06:00
.idea Sneakily add myself to contributors list, start to add updating databases 2013-11-12 20:22:32 -05:00
local Upload plugin default 2013-01-02 20:27:52 -06:00
php Merge pull request #116 from csssuf/master 2013-11-15 14:23:01 -08:00
storage Whoops 2013-11-12 20:27:35 -05:00
.gitignore Update .gitignore for PyCharm 2013-11-12 18:03:12 -05:00
LICENSE Added license 2013-08-02 16:27:49 -05:00
README.md Update README.md 2013-11-12 16:39:01 -06:00
__init__.py Fix typo 2013-11-12 20:28:34 -05:00
config.py Fix #95 2013-11-15 16:49:58 -06:00
plugin.py Fix #94 2013-11-15 16:39:44 -06:00
test.py Tinkering 2013-08-02 20:48:20 -05:00

README.md

This plugin is in beta. Please report all bugs on GitHub.

Configuration

Setting up plugin

  1. Download Supybot
  2. Download TriviaTime and place it into the plugins folder
  3. Load TriviaTime
  4. Configure your question file and database location in config.py or with commands
  5. Use 'addquestionfile [filename]' command to load questions, the argument is optional

Setting up PHP

  1. Download PHP and PHP-MySQL (for PDO)
  2. Configure config.php to point to your TriviaTime database in the plugin/TriviaTime/Storage/db folder

How to update

  1. Unload TriviaTime
  2. Install the new files
  3. Drop all the tables (uncomment all the drops in plugin.py)
  4. Reload TriviaTime