Skip to content

Echo4190/CloudBotRefresh

 
 

Repository files navigation

CloudBot Refresh

About

CloudBotRefresh is the newest generation of CloudBot, the python IRC bot originally based on Skybot.

Installing CloudBot

To install CloudBotRefresh on *Unix, see docs/installing-unix.md

To install CloudBotRefresh on Windows, see docs/installing-windows.md

If you're going to be actively developing on CloudBotRefresh, and submitting PRs back, we recommend running CloudBotRefresh inside Vagrant. This allows everyone to have an identical development environment.

To install CloudBotRefresh in Vagrant (both *Unix and Windows), see docs/installing-vagrant.md

Running CloudBot

Before you run the bot, rename config.default to config.json and edit it with your preferred settings. You can check if your JSON is valid using jsonlint.com!

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:

python3.4 -m cloudbot

Note that you can also run the cloudbot/__main__.py file directly, which will work from any directory.

python3.4 CloudBotRefresh/cloudbot/__main__.py

Specify the path as /path/to/repository/cloudbot/main.py, where cloudbot is inside the repository directory.

Getting help with CloudBot

Documentation

To configure your CloudBot, visit the Config Wiki Page.

To write your own modules, visit the Module Wiki Page.

More at the Wiki Main Page.

Note that the configuration page, and the main wiki page, are still for CloudBot Develop. The Module Wiki Page has been rewritten for refresh, but the other pages are outdated.

Support

The developers reside in #CloudBot on EsperNet and would be glad to help you.

If you think you have found a bug/have a idea/suggestion, please open a issue here on Github and contact us on IRC!

Example CloudBots

You can find a number of example bots in #CloudBot.

License

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

CloudBot

Copyright © 2011-2014 Luke Rogers and CloudBot Contributors

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/>.

About

CloudBot: Reimagined, redesigned, and refreshed!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%