Go to file
tannn da3ae6af5c Merge pull request #72 from rootcoma/moving_messages
Moving messages from config.py to inline inside of plugin.py
2013-11-11 18:49:31 -08:00
local Upload plugin default 2013-01-02 20:27:52 -06:00
php Adding commas to numbers on webpages 2013-11-08 11:05:11 -08:00
storage Removing uneeded file 2013-11-06 20:36:05 -08:00
.gitignore Initial commit 2013-01-02 18:20:07 -08:00
LICENSE Added license 2013-08-02 16:27:49 -05:00
README.md Update README.md 2013-11-07 20:52:27 -06:00
__init__.py Minor changes 2013-11-02 13:21:21 -05:00
config.py removing messages from config 2013-11-11 16:44:18 -08:00
plugin.py Merge pull request #72 from rootcoma/moving_messages 2013-11-11 18:49:31 -08: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