Skip to main content

()

Project description

This is a general purpose chat bot, extensible in varios ways. The reason, why it was written is because NodeJS and CoffeeScript are sucks and Hubot uses them.

The Bot is written in orthodox Python and can be installed via [pip][]. It’s functionality can be extended by installation of additional python packages, you don’t have to clone a repository and hack some code there.

Build Status

This project uses Travis for continuous integration: [![Build Status](https://secure.travis-ci.org/svetlyak40wt/thebot.png)](http://travis-ci.org/svetlyak40wt/thebot)

Installation

virtualenv env source env/bin/activate pip install ‘git+git://github.com/svetlyak40wt/thebot.git’ thebot

To connect TheBot to the IRC channel do:

thebot –adapter irc –irc-host irc.freenode.net –irc-channels somechannel –irc-nick thebot

To turn on more useful plugins, install them via pip. For example, to install Instagram and Github plugins, do:

pip install ‘git+git://github.com/svetlyak40wt/thebot-github.git’ pip install ‘git+git://github.com/svetlyak40wt/thebot-instagram.git’ thebot –adapter irc –plugins instagram –irc-host irc.freenode.net –irc-channels somechannel –irc-nick thebot

Then, join this channel and send thebot, instagram on message. To list all supported command, issue the message thebot, help.

Available adapters

### Builtins

### External

  • Be the first, who will write the one!

Available plugins

### Builtins

### External

Alternatives

There are some bots written in Python, but all of them sucks, because, most of the works only with IRC and none of them has such beautiful architecture as The Bot.

But if you still have some doubts, here is a list of some bots. Go, try them and come back to ask The Bot to forgive you treason.

[pip]: http://pypi.python.org/pypi/pip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thebot-0.2.0.tar.gz (18.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page