Skip to content

Instantly share code, notes, and snippets.

@desaster
Created September 24, 2014 07:49
Show Gist options
  • Save desaster/6c5bbf30b43f797a5e1a to your computer and use it in GitHub Desktop.
Save desaster/6c5bbf30b43f797a5e1a to your computer and use it in GitHub Desktop.
xmpp setup in kippo
$ git clone https://github.com/desaster/kippo/
$ cd kippo
$ virtualenv env
$ . ./env/bin/activate
$ pip install twisted
$ pip install pyasn1
$ pip install pycrypto
(optional):
$ pip install MySQL-python
$ pip install git+https://github.com/ralphm/wokkel/@muc-client
$ pip install python dateutil
$ deactivate
configure kippo.cfg to use xmpp
To run:
. ./env/bin/activate
$ twistd -n -y kippo.tac
(or)
./start.sh env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment