{ "info": { "author": "Arthur Barros", "author_email": "arthbarros@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "TwitchChatWrapper\n-----------------\n\nThis is a simple twitch chat wrapper written on python that I use to\nbuild simple bots fast.\n\ninstallation\n============\n\n::\n\n pip intall twitch_chat_wrapper\n\nfetchin Twitch oauth password token\n===================================\n\nFollow this link https://twitchapps.com/tmi/ and save the token\n\nusage\n=====\n\n.. code:: python\n\n from twitch_chat_wrapper import TwitchChatWrapper\n\n viewers_greetings = []\n\n def message_handler(chat, username, message):\n print(\"@{}: {}\".format(username, message))\n if username not in viewers_greetings:\n chat.send_message(\"@{} welcome to the stream\".format(username))\n viewrs_greetings.append(username)\n\n\n twitch = TwitchChatWrapper(\n bot_nickname=\"AwesomeBot\", \n oauth_pass=\"oauth:r1xxk1111111111112222222222xwd\", \n channel=\"hardlydifficult\") \n\n twitch.events.on_message += message_handler\n\n twitch.loop()\n\nshout out\n=========\n\nTo https://www.twitch.tv/hardlydifficult which is building a awesome\ngamedev twitch community", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arthurbarros/twitch-chat-wrapper", "keywords": "", "license": "Copyright (c) 2017 by Arthur Barros and contributors. See AUTHORS\nfor more details.\n\nSome rights reserved.\n\nRedistribution and use in source and binary forms of the software as well\nas documentation, with or without modification, are permitted provided\nthat the following conditions are met:\n\n* Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n\n* The names of the contributors may not be used to endorse or\n promote products derived from this software without specific\n prior written permission.\n\nTHIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND\nCONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT\nNOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGE.", "maintainer": "", "maintainer_email": "", "name": "twitch_chat_wrapper", "package_url": "https://pypi.org/project/twitch_chat_wrapper/", "platform": "any", "project_url": "https://pypi.org/project/twitch_chat_wrapper/", "project_urls": { "Homepage": "https://github.com/arthurbarros/twitch-chat-wrapper" }, "release_url": "https://pypi.org/project/twitch_chat_wrapper/0.4.2/", "requires_dist": null, "requires_python": "", "summary": "Simple Twitch Chat Wrapper written in Python", "version": "0.4.2" }, "last_serial": 3453410, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6cd27b63f39f926df0fcdb573073b95f", "sha256": "4647b4f29a4e3e55c32ac991bda7234047a450c2160faebe3d06758b6e0ca890" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.1.tar.gz", "has_sig": false, "md5_digest": "6cd27b63f39f926df0fcdb573073b95f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3319, "upload_time": "2017-12-31T01:56:25", "url": "https://files.pythonhosted.org/packages/8a/5c/d60ca960711f125fb70a9ecb8e5b5f119b8eac03d4259cd8c4d42fe87813/twitch_chat_wrapper-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "aa48387a3e259aebeeeb1689114b7d82", "sha256": "91434a845b72551f628a1129c7762283a030fa61c1e7d5b455bf6280f8f04867" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.2.tar.gz", "has_sig": false, "md5_digest": "aa48387a3e259aebeeeb1689114b7d82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3417, "upload_time": "2017-12-31T13:33:12", "url": "https://files.pythonhosted.org/packages/9e/f0/0a616d40939765fa531b7fc06ae913f97ba1a30b232a910420318189c15d/twitch_chat_wrapper-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "83f35af9617814671e0b2bef49a4e7c6", "sha256": "3a22acbd842674479dd6e1106314adb8e4a7a75b20c802b9bf4471d37c4a8807" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.3.tar.gz", "has_sig": false, "md5_digest": "83f35af9617814671e0b2bef49a4e7c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3423, "upload_time": "2017-12-31T13:39:11", "url": "https://files.pythonhosted.org/packages/67/b1/198f7facd81bc6e9517408de58accf44d9e369dbf8d3cef392af64b17526/twitch_chat_wrapper-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "0721261ae575df09bbca34f3f65723fa", "sha256": "ab27dbfe0267eba3ad1890d95e3e3dac6499b291bcf2b8bcaea1b43013e2e730" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.4.tar.gz", "has_sig": false, "md5_digest": "0721261ae575df09bbca34f3f65723fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3456, "upload_time": "2017-12-31T13:43:19", "url": "https://files.pythonhosted.org/packages/b0/96/4a84f4a77a50f5bf1110bfbe03e5cb4b203614c77e739b5dceb3b23dfda8/twitch_chat_wrapper-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "a1da77e80d527c0d78b6ed31883cedec", "sha256": "16e46aeb7d1801069b72d00144c3d5bcc8be470b11b19983a978e230e32666d8" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.4.1.tar.gz", "has_sig": false, "md5_digest": "a1da77e80d527c0d78b6ed31883cedec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3458, "upload_time": "2017-12-31T13:46:40", "url": "https://files.pythonhosted.org/packages/fa/b8/860f2b368c21c34466d33f5d2b8157f3b3a40cc7be87bccd9d217b7ad0f2/twitch_chat_wrapper-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "3497dc6a55a8598af5100dd71df6c2e9", "sha256": "01995c54740a63779e8fb9bc9e04c491ee0e69986a0c2c96a220ccae8d367399" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.4.2.tar.gz", "has_sig": false, "md5_digest": "3497dc6a55a8598af5100dd71df6c2e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3493, "upload_time": "2017-12-31T16:23:17", "url": "https://files.pythonhosted.org/packages/2f/89/22ca775ce287da007c56ce7d032b4f17a989499d0876545c50eaeb037408/twitch_chat_wrapper-0.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3497dc6a55a8598af5100dd71df6c2e9", "sha256": "01995c54740a63779e8fb9bc9e04c491ee0e69986a0c2c96a220ccae8d367399" }, "downloads": -1, "filename": "twitch_chat_wrapper-0.4.2.tar.gz", "has_sig": false, "md5_digest": "3497dc6a55a8598af5100dd71df6c2e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3493, "upload_time": "2017-12-31T16:23:17", "url": "https://files.pythonhosted.org/packages/2f/89/22ca775ce287da007c56ce7d032b4f17a989499d0876545c50eaeb037408/twitch_chat_wrapper-0.4.2.tar.gz" } ] }