All Projects → CloudBotIRC → Cloudbot

CloudBotIRC / Cloudbot

Licence: gpl-3.0
CloudBot - The simple, fast, expandable, open-source Python IRC Bot!

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Cloudbot

Lith
WeeChat relay client
Stars: ✭ 32 (-87.97%)
Mutual labels:  irc
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-93.98%)
Mutual labels:  irc
bot
A Go package for building Twitch.tv IRC chat bots. Previously "twitchbot".
Stars: ✭ 17 (-93.61%)
Mutual labels:  irc
GitHub-WebHook
🐱 Validates and processes GitHub's webhooks
Stars: ✭ 25 (-90.6%)
Mutual labels:  irc
mesh-botnet
🐍 Proof-of-concept python IRC botnet for orchestrating macOS computers (harmless due to SIP & Gatekeeper)
Stars: ✭ 73 (-72.56%)
Mutual labels:  irc
Irc
The Hoa\Irc library.
Stars: ✭ 24 (-90.98%)
Mutual labels:  irc
bancho.js
Interface with Bancho over IRC, made easy and reliable.
Stars: ✭ 47 (-82.33%)
Mutual labels:  irc
HackServ
Python 3 IRC Bot / Botnet
Stars: ✭ 28 (-89.47%)
Mutual labels:  irc
peerchan
Fully decentralized p2p IRC for your terminal
Stars: ✭ 15 (-94.36%)
Mutual labels:  irc
bahamut
The Bahamut IRC Daemon
Stars: ✭ 47 (-82.33%)
Mutual labels:  irc
fast irc.cr
A fast IRC parsing library for crystal.
Stars: ✭ 18 (-93.23%)
Mutual labels:  irc
SupyPlugins
A collection of plugins for the Limnoria IRC bot.
Stars: ✭ 31 (-88.35%)
Mutual labels:  irc
calculon
Library for writing IRC bots in OCaml, a collection of plugins, and a dramatic robotic actor.
Stars: ✭ 26 (-90.23%)
Mutual labels:  irc
alertmanager-irc-relay
Send Prometheus Alerts to IRC using Webhooks
Stars: ✭ 44 (-83.46%)
Mutual labels:  irc
girc
💬 A simple chat client in Python/Twisted
Stars: ✭ 16 (-93.98%)
Mutual labels:  irc
godot-twicil
Godot TwiCIL – Godot Twitch Chat Interaction Layer
Stars: ✭ 57 (-78.57%)
Mutual labels:  irc
pyHIDS
A HIDS (host-based intrusion detection system) for verifying the integrity of a system.
Stars: ✭ 31 (-88.35%)
Mutual labels:  irc
Birch
An IRC client written in bash
Stars: ✭ 256 (-3.76%)
Mutual labels:  irc
irc-bot
A simple and modular PHP IRC bot
Stars: ✭ 82 (-69.17%)
Mutual labels:  irc
recent-messages2
Service to provide historical messages to Twitch chat clients
Stars: ✭ 21 (-92.11%)
Mutual labels:  irc

CloudBot

CloudBot is a simple, fast, expandable open-source Python IRC Bot!

Project Status & A more updated CloudBot

CloudBot is currently unmaintained. The project possibly usable, but there are currently no developers building new features or fixing bugs.

There are several forks of CloudBot which you may want to use instead. These projects have much more work done on them, and are thus incompatible. If you already have a running CloudBot instance you will probably need to start over from scratch.

  • snoonetIRC/CloudBot : https://github.com/snoonetIRC/CloudBot

    This is a more active fork being created by members of Snoonet that might be a better option for your needs. Keep in mind that, as a project more than a thousand commits ahead of this one, if you already have a running CloudBot instance you will probably need to start over from scratch.

  • gonzobot : https://github.com/edwardslabs/CloudBot

If there are any other maintained forks of CloudBot, pull requests to add them to the README are welcome.

Getting CloudBot

There are currently two different branches of this repository, each with a different level of stability:

  • master (stable): This branch contains stable, tested code. This is the branch you should be using if you just want to run your own CloudBot! Build Status
  • python3.4 (unstable): This branch is where we test and develop new features. If you would like to help develop CloudBot, you can use this branch. Build Status

New releases will be pushed from python3.4 to master whenever we have a stable version to release. This should happen on a fairly regular basis, so you'll never be too far behind the latest improvements.

Installing CloudBot

Firstly, CloudBot will only run on Python 3.4 or higher. Because we use the asyncio module, you will not be able to use any other versions of Python.

To install CloudBot on *nix (linux, etc), see here

To install CloudBot on Windows, see here

Running CloudBot

Before you run the bot, rename config.default.json 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 CloudBot/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

The CloudBot documentation is currently somewhat outdated and may not be correct. If you need any help, please visit our IRC channel and we will be happy to assist you.

To write your own plugins, visit the Plugins Wiki Page.

More at the Wiki Main Page.

Support

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

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

Example CloudBots

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

Changelog

See CHANGELOG.md

License

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

GPL V3

CloudBot

Copyright © 2011-2015 Luke Rogers / CloudBot Project

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

This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com. GeoLite2 databases are distributed under the Creative Commons Attribution-ShareAlike 3.0 Unported License

Powered by wordnik

This product uses data from http://wordnik.com in accordance with the wordnik.com API terms of service.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].