{ "info": { "author": "Yuchen Cheng", "author_email": "rudeigerc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Framework :: Scrapy", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "# scrapy-slackbot\n\n[![Build Status](https://travis-ci.org/rudeigerc/scrapy-slackbot.svg?branch=master)](https://travis-ci.org/rudeigerc/scrapy-slackbot)\n[![LICENSE](https://img.shields.io/github/license/rudeigerc/scrapy-slackbot.svg)](https://github.com/rudeigerc/scrapy-slackbot/blob/master/LICENSE)\n\nA Scrapy extension to send notification to the Slack channel.\n\n## Installation\n\n```bash\n$ pip install scrapy-slackbot\n```\n\n## Settings\n\nIn `settings.py`:\n\n```python\nEXTENSIONS = {\n 'scrapyslackbot.extensions.SlackBot': 500,\n}\n\nSLACK_ENABLED = True\nSLACK_BOT_TOKEN = ''\nSLACK_CHANNEL = ''\n```\n\n### SLACK_ENABLED\n\nA boolean which specifies whether the bot is enabled.\n\n### SLACK_BOT_TOKEN\n\n`Bot User OAuth Access Token` generated by **Slack**.\n\nFollow the instructions of [Slack API](https://api.slack.com/slack-apps), visit `Features > OAuth & Permissions` and generate the token.\n\n### SLACK_CHANNEL\n\nThe ID of the channel in your workspace.\n\n## Demo\n\n![demo](demo.jpg)\n\n## License\n\nMIT\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rudeigerc/scrapy-slackbot", "keywords": "scrapy slack bot", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "scrapy-slackbot", "package_url": "https://pypi.org/project/scrapy-slackbot/", "platform": "", "project_url": "https://pypi.org/project/scrapy-slackbot/", "project_urls": { "Homepage": "https://github.com/rudeigerc/scrapy-slackbot" }, "release_url": "https://pypi.org/project/scrapy-slackbot/0.2.0/", "requires_dist": [ "scrapy", "slackclient" ], "requires_python": "", "summary": "A Scrapy extension to send notification to the Slack channel.", "version": "0.2.0" }, "last_serial": 4003671, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "890f400224eae156bb96058b50ad9cc1", "sha256": "ae682d1fe9051148acfb98cb9995390596a2209bb1d56abb5e841ff90a60d53f" }, "downloads": -1, "filename": "scrapy_slackbot-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "890f400224eae156bb96058b50ad9cc1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3901, "upload_time": "2018-06-26T13:34:28", "url": "https://files.pythonhosted.org/packages/c2/17/fbc001bcc1617a7ca7129326178450b9150f659e9758d0e7ae94086ad082/scrapy_slackbot-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58bd2a626255c04108c97d84bdaddb47", "sha256": "9eea16c7bc1dc7152e8e59f0c36f343c797e93cc7ca61d7785d4ae86a844e0bb" }, "downloads": -1, "filename": "scrapy-slackbot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "58bd2a626255c04108c97d84bdaddb47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2716, "upload_time": "2018-06-26T13:34:29", "url": "https://files.pythonhosted.org/packages/8e/51/f03150a2be1603c4b73927edb83cae1114f6cb69cc3102c9396bc758f768/scrapy-slackbot-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "890f400224eae156bb96058b50ad9cc1", "sha256": "ae682d1fe9051148acfb98cb9995390596a2209bb1d56abb5e841ff90a60d53f" }, "downloads": -1, "filename": "scrapy_slackbot-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "890f400224eae156bb96058b50ad9cc1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3901, "upload_time": "2018-06-26T13:34:28", "url": "https://files.pythonhosted.org/packages/c2/17/fbc001bcc1617a7ca7129326178450b9150f659e9758d0e7ae94086ad082/scrapy_slackbot-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58bd2a626255c04108c97d84bdaddb47", "sha256": "9eea16c7bc1dc7152e8e59f0c36f343c797e93cc7ca61d7785d4ae86a844e0bb" }, "downloads": -1, "filename": "scrapy-slackbot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "58bd2a626255c04108c97d84bdaddb47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2716, "upload_time": "2018-06-26T13:34:29", "url": "https://files.pythonhosted.org/packages/8e/51/f03150a2be1603c4b73927edb83cae1114f6cb69cc3102c9396bc758f768/scrapy-slackbot-0.2.0.tar.gz" } ] }