An irc bot that has undisclosed burrito opinions
This method assumes you already have python 3 and python-virtualenv installed appropriately.
Create a virtualenv and activate it:
virtualenv burritoenv -p python3
source burritoenv/bin/activateand install:
pip install irc
python setup.py installThis method assumes a fairly recent version of Vagrant is already installed (see the vagrant website.)
The following downloads the base virtualbox VM (first time only), starts it up and installs:
vagrant upTo run (see below) you will also need to access the VM:
vagrant sshIf are not already in the activated burritoenv environment:
source burritoenv/bin/activateTo run:
burritobot --irc-channels "#channel1" "#channel2" --irc-nick mynickThe above will connect as mynick on freenode, joining #channel1 and #channel2.
To discover further options, run
burritobot --helpTo enable the js plugin, you need to install node.js
and cd scripts/js-sandbox, npm install.
To enable the scheme plugin:
- sudo apt-get install chicken-bin
- chicken-install -sudo sandbox
- csc scripts/scheme-sandbox/sandboxed.scm