Newer
Older
=== 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.