Newer
Older
Feedback means are #guppy at freenode, and the feedback form on the website.
=== Install ===
After downloading guppy, the directory structure will be similar to something like this:
* guppy
* irc.py
* plugins/
* README
* TODO
The installer script will prompt you with a list of plugins. Choose carefully, the default is minimal! A description of each plugin can be found at the Features page.
Run the 'guppy' executable once to launch the installer script.
After the configuration, the binary will exit, and you will need to start it again in screen or tmux with no arguments; guppy does not fork into the background.
In short,
1) cd guppy
2) ./guppy
3) run guppy in background.
guppy works with Python 3 only.
=== Notes ===
1) For debugging, to make a unix OS user lose internet connection, run
# iptables -A OUTPUT -o eth0 -m owner --uid-owner 1002 -j DROP
To reset,
# iptables --flush
EOF