Merge remote-tracking branch 'origin/master'

This commit is contained in:
2014-08-12 18:17:46 +01:00
2 changed files with 28 additions and 7 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
dropbot
=======
A XMPP bot to provide simple services to NOG8S and Predditors in general
Setup
-----
Dropbot is designed to run on Heroku, but can be ran locally using ```python dropbot\cli.py -c env```
Configuration
-------------
The configuration is passed by using environment variables.
* ```DROPBOT_JID``` - JID of the bot account
* ```DROPBOT_PASSWORD``` - Password of the account
* ```DROPBOT_NICKNAME``` - MUC nickname (defaults to Dropbot)
* ```DROPBOT_ROOMS``` - List of MUC rooms to join, seperated by commas
* ```DROPBOT_CMD_PREFIX``` - Prefix of MUC channel commands (defaults to !)
* ```DROPBOT_KOS_URL``` - URL of the CVA KOS API service (defaults to http://kos.cva-eve.org/api/)

View File

@@ -1,7 +1,7 @@
sleekxmpp
eveapi
redis
requests
humanize
dnspython
networkx
sleekxmpp==1.3.1
eveapi==1.2.6
redis==2.10.2
requests==2.3.0
humanize==0.5
dnspython==1.11.1
networkx==1.9