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.
CloudBot/README.md

24 lines
943 B
Markdown
Raw Normal View History

2011-11-21 00:32:16 +01:00
##CloudBot/DEV
2011-11-21 00:24:54 +01:00
2011-11-21 00:32:16 +01:00
### About
2011-11-21 00:24:54 +01:00
CloudBot is very heavily based on Skybot by rmmh. (https://github.com/rmmh/skybot)
2011-11-21 00:32:16 +01:00
### Install
2011-11-21 08:05:05 +01:00
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:
2011-11-21 00:24:54 +01:00
```sudo apt-get install python-lxml
```
2011-11-21 00:32:16 +01:00
2011-11-21 00:24:54 +01:00
```sudo apt-get install python-beautifulsoup
```
2011-11-21 08:05:05 +01:00
```sudo apt-get install python-simplejson
```
2011-11-21 00:24:54 +01:00
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.
2011-11-21 08:05:05 +01:00
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 :)
2011-11-21 00:24:54 +01:00
2011-11-21 00:32:16 +01:00
### Requirements
2011-11-21 00:24:54 +01:00
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.