|
|
||
|---|---|---|
| .idea | ||
| local | ||
| php | ||
| storage | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| __init__.py | ||
| config.py | ||
| plugin.py | ||
| test.py | ||
README.md
This plugin is in beta. Please report all bugs on GitHub.
Configuration
Setting up plugin
- Download Supybot
- Download TriviaTime and place it into the plugins folder
- Load TriviaTime
- Configure your question file and database location in config.py or with commands
- Use 'addquestionfile [filename]' command to load questions, the argument is optional
Setting up PHP
- Download PHP and PHP-MySQL (for PDO)
- Configure config.php to point to your TriviaTime database in the plugin/TriviaTime/Storage/db folder
How to update (beta only)
- Unload TriviaTime
- Install the new files
- Drop all the tables (uncomment all the drops in plugin.py)
- Load TriviaTime