Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A feature-packed trivia plugin designed exclusively for #trivialand on Freenode.

License

Notifications You must be signed in to change notification settings

rootcoma/TriviaTime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (beta only)

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

About

A feature-packed trivia plugin designed exclusively for #trivialand on Freenode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.8%
  • PHP 31.1%
  • Other 1.1%