eyeyen / TalkBackBot

TalkBackBot implemented in Twisted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TalkBackBot

Are you tired of "That's what she said" jokes? Then this bot is for you! It will join a specified channel and respond to the configured trigger phrases with what she really said, i.e. a quotation from a notable woman. It will also respond to any direct message with a quotation.

Many quotes taken from this excellent resource: http://womenshistory.about.com/library/qu/blqulist.htm

Installation

virtualenv tbenv --no-site-packages
. tbenv/bin/activate
pip install -r requirements.txt

Usage

# Activate your virtualenv
. tbenv/bin/activate

# Copy settings.py.EXAMPLE to settings.py and edit to suit yourself
cp settings.py.EXAMPLE settings.py

# Run the bot
./talkbackbot start

# Stop the bot
./talkbackbot stop

About

TalkBackBot implemented in Twisted


Languages

Language:Python 100.0%