+CloudBot
About
@@ -49,8 +49,7 @@Install
-Before you can run the bot, you need to install a few Python dependencies.
-You are required to install lxml
, and Enchant
and PyDNS
are required for some plugins to function.
Before you can run the bot, you need to install a few Python dependencies. LXML is required while Enchant and PyDNS are needed for several plugins.
These can be installed with pip
(The Python package manager):
Run
-Once you have installed the required dependencies, you can run the bot! Make sure you are in the correct folder and run the following command:
+Before you run the bot, rename config.default
to config
and edit it with your preferred settings.
Once you have installed the required dependencies and renamed the config file, you can run the bot! Make sure you are in the correct folder and run the following command:
python bot.py
The first time you run the bot it will generate the config file. The next time you run it, it will start normally.
-On Windows you can usually just double-click bot.py
to start the bot, as long as you have Python installed correctly.
@@ -91,6 +90,8 @@ easy_install pip
More at the Wiki Main Page.
+(some of the information on the wiki is outdated and needs to be rewritten)
+Support
@@ -101,11 +102,11 @@ easy_install pipRequirements
-CloudBot runs on Python 2.7.x. It is developed on Ubuntu 12.04 with Python 2.7.3.
+CloudBot runs on Python 2.7.x. It is currently developed on Windows 8 with Python 2.7.5.
It requires the Python module lXML.
The module Enchant
is needed for the spellcheck plugin.
-The module PyDNS
is needed for SRV record lookup in the mctools plugin.
PyDNS
is needed for SRV record lookup in the mcping plugin.
Windows users: Windows compatibility some plugins is broken (such as ping), but we do intend to add it. Eventually.
@@ -119,9 +120,9 @@ The modulePyDNS
is needed for SRV record lookup in the mctools plu
CloudBot is licensed under the GPL v3 license. The terms are as follows.
-CloudBot/DEV
+CloudBot
-Copyright © 2011-2013 Luke Rogers / ClouDev - <[cloudev.github.com](http://cloudev.github.com)>
+Copyright © 2011-2013 Luke Rogers
CloudBot is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -136,13 +137,25 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with CloudBot. If not, see <http://www.gnu.org/licenses/>.
-