Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install bo

How to install bo

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install bo
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.1-alpha Available View build log
Linux (32-bit)
0.1-alpha Available View build log
Linux (64-bit)
0.1-alpha Available View build log
 
License
BSD style, see the included LICENSE file for ...
Lastest release
version 0.1-alpha on Mar 21st, 2013

Bo is a chatbot written in Python. It can run either as a standalone program or easily be embedded in your own program.

Bo is distributed under the BSD licence, check LICENCE for further information.

Getting your very own copy of Bo

The easiest way to get Bo running is deploying it on Heroku:

$ git init bo-heroku
$ cd bo-heroku/
$ heroku create --stack cedar
$ wget "https://bitbucket.org/konikos/bo/raw/tip/requirements.txt"
$ echo "-e hg+http://bitbucket.org/konikos/bo#egg=bo" >>requirements.txt
$ echo "worker: bo -c config.yaml" >Procfile
$ wget -O config.yaml "https://bitbucket.org/konikos/bo/raw/tip/conf/xmpp.yaml"

Edit the created config.yaml to set your password, possibly add extra plugins, and execute the following to get Bo running:

$ git commit -a -m 'init'
$ git push heroku master
$ heroku ps:scale worker=1

If you are having issues running Bo, use heroku logs to see the output from Bo and heroku restart to restart it.

Plugins

Plugins add extra functionality to Bo. The provided plugins can be found in bo/dist/plugins.

Subscribe to package updates

Last updated Mar 21st, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.