{ "info": { "author": "Nikos Kokolakis", "author_email": "kokolakisnikos@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Communications" ], "description": "==\nBo\n==\nBo is a chatbot written in Python. It can run either as a standalone program or easily be embedded in your own program.\n\nBo is distributed under the BSD licence, check LICENSE_ for further information.\n\nGetting your very own copy of Bo\n--------------------------------\nThe easiest way to get Bo running is deploying it on Heroku_:\n\n.. sourcecode:: console\n\n $ git init bo-heroku\n $ cd bo-heroku/\n $ heroku create --stack cedar\n $ wget \"https://bitbucket.org/konikos/bo/raw/tip/requirements.txt\"\n $ echo \"-e hg+http://bitbucket.org/konikos/bo#egg=bo\" >>requirements.txt\n $ echo \"worker: bo -c config.yaml\" >Procfile\n $ wget -O config.yaml \"https://bitbucket.org/konikos/bo/raw/tip/conf/xmpp.yaml\"\n\nEdit the created ``config.yaml`` to set your password, possibly add extra plugins, and execute the following to get Bo running:\n\n.. sourcecode:: console\n\n $ git commit -a -m 'init'\n $ git push heroku master\n $ heroku ps:scale worker=1\n\nIf you are having issues running Bo, use ``heroku logs`` to see the output from Bo and ``heroku restart`` to restart it.\n\n\nPlugins\n-------\nPlugins add extra functionality to Bo. The provided plugins can be found in ``bo/dist/plugins``.\n\n\n.. _LICENSE: https://bitbucket.org/konikos/bo/src/tip/LICENSE\n.. _Heroku: http://www.heroku.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/konikos/bo", "keywords": null, "license": "BSD style, see the included LICENSE file for details", "maintainer": null, "maintainer_email": null, "name": "bo", "package_url": "https://pypi.org/project/bo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/konikos/bo" }, "release_url": "https://pypi.org/project/bo/0.1-alpha/", "requires_dist": null, "requires_python": null, "summary": "A simple, multi-protocol, extendable and embeddable chatbot", "version": "0.1-alpha" }, "last_serial": 786941, "releases": { "0.1-alpha": [ { "comment_text": "", "digests": { "md5": "9025a6ee26c4804dca04e0f9879dc8b2", "sha256": "5e196de40fa926b37b8f20ff3c12c3accdc60762bcfe1b7a0672ec9f64f22a1a" }, "downloads": -1, "filename": "bo-0.1-alpha.tar.gz", "has_sig": false, "md5_digest": "9025a6ee26c4804dca04e0f9879dc8b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12100, "upload_time": "2013-03-19T03:14:44", "url": "https://files.pythonhosted.org/packages/d6/b3/1ec851c1f9a7fccac8898b64e2e1bf15cd2ec7ab83abe9b04a42357a726b/bo-0.1-alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9025a6ee26c4804dca04e0f9879dc8b2", "sha256": "5e196de40fa926b37b8f20ff3c12c3accdc60762bcfe1b7a0672ec9f64f22a1a" }, "downloads": -1, "filename": "bo-0.1-alpha.tar.gz", "has_sig": false, "md5_digest": "9025a6ee26c4804dca04e0f9879dc8b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12100, "upload_time": "2013-03-19T03:14:44", "url": "https://files.pythonhosted.org/packages/d6/b3/1ec851c1f9a7fccac8898b64e2e1bf15cd2ec7ab83abe9b04a42357a726b/bo-0.1-alpha.tar.gz" } ] }