{ "info": { "author": "Scott LaVigne", "author_email": "pyrated@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5" ], "description": "LoBot\n=====\n\nA highly extensible IRC Bot framework inspired by `irc3 `_\n\n.. image:: https://badge.fury.io/py/lobot.svg\n :target: https://badge.fury.io/py/lobot\n :alt: PyPI Version\n\n.. image:: https://readthedocs.org/projects/lobot/badge/?version=latest\n :target: http://lobot.readthedocs.org/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/pyrated/lobot.svg?branch=master\n :target: https://travis-ci.org/pyrated/lobot\n :alt: Travis Build\n\nGetting started\n===============\n\n::\n\n $ pip install lobot\n\n\nRunning LoBot\n^^^^^^^^^^^^^\n\nStart LoBot by passing it a working directory::\n\n $ lobot ~/.lobot\n\n\nThe first time you run LoBot, it will initialize the directory with a simple echo bot::\n\n bot-directory/\n config.json\n plugs/\n echo.py\n\n\nConfiguration\n^^^^^^^^^^^^^\n\nLoBot's configuration is in ``config.json``. The basic LoBot configuration is under the key ``lobot``::\n\n \"lobot\": {\n \"nick\": \"LoBot\",\n \"username\": \"LoBot\",\n \"host\": \"irc.freenode.net\",\n \"port\": 8001,\n \"ssl\": false,\n \"channels\": [\n \"#lobot\"\n ],\n \"plugdir\": \"plugs\",\n \"plugins\": [\n \"echo\"\n ]\n }\n\n\nDocumentation\n=============\n\nhttps://lobot.readthedocs.org\n\nRequirements\n============\n\n- Python >= 3.5\n\nLicense\n=======\n\n| Copyright (c) 2016 Scott LaVigne\n|\n| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n|\n| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n|\n| THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": null, "docs_url": "https://pythonhosted.org/lobot/", "download_url": "https://github.com/pyrated/lobot.git", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pyrated/lobot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lobot", "package_url": "https://pypi.org/project/lobot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lobot/", "project_urls": { "Download": "https://github.com/pyrated/lobot.git", "Homepage": "https://github.com/pyrated/lobot" }, "release_url": "https://pypi.org/project/lobot/0.0.7/", "requires_dist": null, "requires_python": "", "summary": "An extensible IRC bot", "version": "0.0.7" }, "last_serial": 2039722, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "3fe53c85b7c296a2650361b1c3cb790d", "sha256": "09c186cc14ff5836c536f2ca531e9e0e582bfa20165910cee0589bb30c62fa57" }, "downloads": -1, "filename": "lobot-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3fe53c85b7c296a2650361b1c3cb790d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9175, "upload_time": "2016-04-01T07:23:17", "url": "https://files.pythonhosted.org/packages/f7/d4/1f8a0869627c01d1c9885aa507e736c39ba0424907e39579d88f47936bb0/lobot-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3fe53c85b7c296a2650361b1c3cb790d", "sha256": "09c186cc14ff5836c536f2ca531e9e0e582bfa20165910cee0589bb30c62fa57" }, "downloads": -1, "filename": "lobot-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3fe53c85b7c296a2650361b1c3cb790d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9175, "upload_time": "2016-04-01T07:23:17", "url": "https://files.pythonhosted.org/packages/f7/d4/1f8a0869627c01d1c9885aa507e736c39ba0424907e39579d88f47936bb0/lobot-0.0.7.tar.gz" } ] }