{ "info": { "author": "S\u00e9lim Menouar", "author_email": "selim.menouar@rez-gif.supelec.fr", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Topic :: Games/Entertainment" ], "description": "\n# Taemin\n\nA beautiful IRC bot\n\n[![Build Status](https://travis-ci.org/ningirsu/taemin.svg?branch=master)](https://travis-ci.org/ningirsu/taemin)\n\n## Setup\n\nThe usual way:\n\n cd taemin\n python setup.py install\n\nNow just run the bot with\n\n /usr/local/bin/taemin\n\nOr if /usr/local/bin is in your path:\n\n taemin\n\n## Run taemin as a service\nIf you're running on debian, just copy the file located in the inid.d folder in /etc/init.d/taemin\n\nThen run:\n\n service taemin start\n\n## Configuration\n\nTo adjust the configuration of taemin, just edit the configuration file:\n\n vim /etc/taemin/taemin.yml\n\n## Contribute\n\nTo add a plugin, just copy the example folder:\n\n cp -r taemin/plugins/example taemin/plugins/yourplugin\n\nChange the class TaeminExample to YourPluginClass in the file:\n\n taemin/plugins/yourplugin/plugin.py\n\nYou can now add the functions of your choice in the different handlers (on_pubmsg, on_join, on_privmsg, on_quit, on_part)\n\nTo enable your plugin just add in the plugins section on your configuration file:\n\n plugins.yourplugin.plugin: \"YourPluginClass\"\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ningirsu/taemin", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "taemin", "package_url": "https://pypi.org/project/taemin/", "platform": "", "project_url": "https://pypi.org/project/taemin/", "project_urls": { "Homepage": "http://github.com/ningirsu/taemin" }, "release_url": "https://pypi.org/project/taemin/0.1.0/", "requires_dist": [ "irc", "peewee", "bs4", "feedparser", "requests", "romkan", "pyyaml" ], "requires_python": "", "summary": "Le plus bot du monde", "version": "0.1.0" }, "last_serial": 2873738, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f3c31dabaeba7262586ec19cc348a33f", "sha256": "297077f81ea3e21b560600d224dec5f95de3538348b0bf82e78e2bd6949a92a5" }, "downloads": -1, "filename": "taemin-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f3c31dabaeba7262586ec19cc348a33f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3157698, "upload_time": "2017-05-14T17:45:02", "url": "https://files.pythonhosted.org/packages/14/d7/30385e9b9cbe0c7721ba6aa0467db1e6e66695cb3a74537fe1945e71009f/taemin-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e41ed53a54d0c4cf8e414911d939eea", "sha256": "9b10e1bf2dd0158654416e78a18a9641736dd7d5722fb5ada9c083f863b137fb" }, "downloads": -1, "filename": "taemin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0e41ed53a54d0c4cf8e414911d939eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3157566, "upload_time": "2017-05-14T17:45:30", "url": "https://files.pythonhosted.org/packages/e4/b2/c05dff10fb0e3092cf5d61b09ef50a55ee03e93ffd0494285fba840b4890/taemin-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3c31dabaeba7262586ec19cc348a33f", "sha256": "297077f81ea3e21b560600d224dec5f95de3538348b0bf82e78e2bd6949a92a5" }, "downloads": -1, "filename": "taemin-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f3c31dabaeba7262586ec19cc348a33f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3157698, "upload_time": "2017-05-14T17:45:02", "url": "https://files.pythonhosted.org/packages/14/d7/30385e9b9cbe0c7721ba6aa0467db1e6e66695cb3a74537fe1945e71009f/taemin-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e41ed53a54d0c4cf8e414911d939eea", "sha256": "9b10e1bf2dd0158654416e78a18a9641736dd7d5722fb5ada9c083f863b137fb" }, "downloads": -1, "filename": "taemin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0e41ed53a54d0c4cf8e414911d939eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3157566, "upload_time": "2017-05-14T17:45:30", "url": "https://files.pythonhosted.org/packages/e4/b2/c05dff10fb0e3092cf5d61b09ef50a55ee03e93ffd0494285fba840b4890/taemin-0.1.0.tar.gz" } ] }