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
2011-11-21 21:44:40 +13:00
core FFF- Typo 2011-11-21 19:47:00 +13:00
disabled_plugins Disabled broken/unfinished plugins 2011-11-21 00:51:57 +13:00
docs First :D 2011-11-20 22:23:31 +13:00
plugins Update plugins/shorten.py 2011-11-21 21:44:40 +13:00
bot.py First :D 2011-11-20 22:23:31 +13:00
GPL CloudBot is now open source :D 2011-11-21 20:40:32 +13:00
LICENSE First :D 2011-11-20 22:23:31 +13:00
README.md Updated README 2011-11-21 20:05:05 +13:00

##CloudBot/DEV

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, BeautifulSoup and simplejson. On Ubuntu these can be installed using the following commands:

If you use another OS or distro you can find source packages on the module web sites, or try to find the modules 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 developed on Ubuntu 11.10 with Python 2.7.2.