rawsonj / triviabot

A simple IRC trivia bot written in python using twisted.
GNU General Public License v3.0
41 stars 52 forks source link

triviabot

A simple IRC trivia bot written in python using twisted.

Features

Simple implementation. Questions are ` formatted in plain text files.

Configurable colored text to help differentiate game text from user text.

Event driven implementation: uses very little cycles.

Implementation

triviabot uses a config.py and comes with an example for you to tweak and use.

Questions exist in files under $BOTDIR/questions. Each round, a file is selected at random, then a line is selected at random from the file.

The answer is then masked and the question is asked. Periodically, the bot will ask the current question again and unmask a letter. This happens three times before the answer is revealed.

What the bot doesn't do.

Todo:

Look at the issues. Pull requests welcome.

Contact, Support, Development:

Quakenet IRC - #triviabot-dev http://webchat.quakenet.org/?channels=triviabot-dev

GitHub Issues/Tickets https://github.com/rawsonj/triviabot/issues

License:

Released under the GPLv3.