{ "info": { "author": "Artem Rys", "author_email": "rysartem@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "## A RabbitMQ Item Publisher for Scrapy Framework.\n\nScrapy-RabbitMQ-Publisher allows you to save publish items to RabbitMQ.\n\n## Installation\n\nUsing pip, type in your command-line prompt\n\n```\npip install scrapy-rabbitmq-publisher\n```\n\nOr clone the repo and inside the `scrapy-rabbitmq-publisher` directory, type\n\n```\npython setup.py install\n```\n\n## Usage\n\nAdd following code to your scrapy settings.\n\n```python\nRABBITMQ_HOST = \"localhost\"\nRABBITMQ_PORT = 5672\nRABBITMQ_USER = \"guest\"\nRABBITMQ_PASSWORD = \"guest\"\nRABBITMQ_VIRTUAL_HOST = \"/\"\nRABBITMQ_EXCHANGE = \"scrapy\"\nRABBITMQ_ROUTING_KEY = \"item\"\nRABBITMQ_QUEUE = \"item\"\n\nITEM_PIPELINES = {\n \"scrapy_rabbitmq_publisher.pipelines.RabbitMQItemPublisherPipeline\": 1,\n}\n```\n\n## Copyright & License\n\nCopyright (c) 2019 Artem Rys - Released under The MIT License.\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/artemrys/scrapy-rabbitmq-publisher", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "scrapy-rabbitmq-publisher", "package_url": "https://pypi.org/project/scrapy-rabbitmq-publisher/", "platform": "", "project_url": "https://pypi.org/project/scrapy-rabbitmq-publisher/", "project_urls": { "Homepage": "https://github.com/artemrys/scrapy-rabbitmq-publisher" }, "release_url": "https://pypi.org/project/scrapy-rabbitmq-publisher/0.1.4/", "requires_dist": [ "pika", "Scrapy (>=0.14)" ], "requires_python": "", "summary": "Scrapy Item Pipeline to send items to RabbitMQ", "version": "0.1.4" }, "last_serial": 4836613, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "49961f1af4395e8151ed00a1df56c77b", "sha256": "d28657d22f6a55f30f96f391bdc7504728bd4a9a65761e73c5cd077e372108ee" }, "downloads": -1, "filename": "scrapy_rabbitmq_publisher-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "49961f1af4395e8151ed00a1df56c77b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3601, "upload_time": "2019-02-18T19:21:05", "url": "https://files.pythonhosted.org/packages/e1/e1/cef7f5d9ef39c6831c33d114f13d9449a0a3b2054bd36635ea36e2702744/scrapy_rabbitmq_publisher-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86f4232067601af7c981875aae7e27ec", "sha256": "2f222db6a1b7e05e0650701932c48b4238994cc965bc535aa6f9395d9d1026c6" }, "downloads": -1, "filename": "scrapy-rabbitmq-publisher-0.1.4.tar.gz", "has_sig": false, "md5_digest": "86f4232067601af7c981875aae7e27ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2334, "upload_time": "2019-02-18T19:21:07", "url": "https://files.pythonhosted.org/packages/61/50/4d459e53ab1d4c49a3fab37dc50d5329a20940ef1be52e075131ac87f2f3/scrapy-rabbitmq-publisher-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49961f1af4395e8151ed00a1df56c77b", "sha256": "d28657d22f6a55f30f96f391bdc7504728bd4a9a65761e73c5cd077e372108ee" }, "downloads": -1, "filename": "scrapy_rabbitmq_publisher-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "49961f1af4395e8151ed00a1df56c77b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3601, "upload_time": "2019-02-18T19:21:05", "url": "https://files.pythonhosted.org/packages/e1/e1/cef7f5d9ef39c6831c33d114f13d9449a0a3b2054bd36635ea36e2702744/scrapy_rabbitmq_publisher-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86f4232067601af7c981875aae7e27ec", "sha256": "2f222db6a1b7e05e0650701932c48b4238994cc965bc535aa6f9395d9d1026c6" }, "downloads": -1, "filename": "scrapy-rabbitmq-publisher-0.1.4.tar.gz", "has_sig": false, "md5_digest": "86f4232067601af7c981875aae7e27ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2334, "upload_time": "2019-02-18T19:21:07", "url": "https://files.pythonhosted.org/packages/61/50/4d459e53ab1d4c49a3fab37dc50d5329a20940ef1be52e075131ac87f2f3/scrapy-rabbitmq-publisher-0.1.4.tar.gz" } ] }