This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
neersighted 81239f58da removed unfinished plugin for release 2012-02-27 22:35:26 -08:00
core version tweeks 2012-02-27 22:33:57 -08:00
disabled_plugins Removed another abandoned plugin 2012-02-26 04:19:23 +13:00
docs minor doc tweaks 2012-02-28 10:41:53 +08:00
plugins removed unfinished plugin for release 2012-02-27 22:35:26 -08:00
.gitignore Change .gitignore, chmod +x'd the main script 2012-02-28 10:45:19 +08:00
LICENSE Moved GPL stuff around 2011-11-21 23:51:21 +13:00
README.md Bump'd version 2012-02-27 22:34:52 -08:00
bot.py Bump'd version 2012-02-27 22:34:52 -08:00

README.md

##CloudBot/1.0

About

CloudBot is very heavily based on Skybot by rmmh. (https://github.com/rmmh/skybot)

Install

Before you can run the bot, you need to install a few Python modules. These are LXML and BeautifulSoup. On Ubuntu these can be installed using the following commands:

For the spell.py plugin to work you need Enchant. This can be installed with:

The whois.py plugin will work by default, but not very well. To make it work properly you will need to install the native whois package. This can be installed with:

If you use another OS or distro you can find source packages on the module(s) web site, or you can try to find suitable packages in your package manager.

Once installing these packages run the bot once with python bot.py to generate the config file. Stop the bot, edit the config, and run the bot again with python bot.py to start it up :)

Requirements

CloudBot runs on Python 2.7. Many of the plugins require lxml and BeautifulSoup. It is devloped on Ubuntu 11.10 with Python 2.7.2.

License

CloudBot is licenced under the GPL v3 license. The terms are as follows.

    CloudBot 1.0

    Copyright © 2011 Luke Rogers. <http://www.dempltr.com/> <lukeroge@gmail.com>

    CloudBot is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CloudBot is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    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/>.