{ "info": { "author": "Blake Miller", "author_email": "blakethomasmiller@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "relay2slack\n======\n\nrelay2slack is a tool for capturing and forwarding incoming Slack webhook events.\n\n\nInstallation\n------------\nTo install relay2slack, simply:\n\n.. code-block:: bash\n\n $ pip install relay2slack\n\nTo run relay2slack in the foreground:\n\n.. code-block:: bash\n\n $ relay2slack\n\nIf you would like to daemonize relay2slack, refer to `docs/ `_ for supported methods.\n\n\nUsage\n-----\nFor whichever service you would like to product webhook events, instead point it to http://localhost:5000/relay with the normal JSON object you expect to send to Slack. For example:\n\n.. code-block:: bash\n\n curl -X POST -d 'payload={\"channel\":\"@blaketmiller\",\"username\":\"My service\",\"icon_emoji\":\":warning:\",\"text\":\"Hello world\"}' http://localhost:5000/relay\n\nrelay2slack receives that request and forwards the posted JSON object onto the actual Slack webhook endpoint that you provide it in `SLACK_TOKEN`.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/blaketmiller/relay2slack", "keywords": "slack webhook kapacitor proxy", "license": "GNU GPL v2.0", "maintainer": null, "maintainer_email": null, "name": "relay2slack", "package_url": "https://pypi.org/project/relay2slack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/relay2slack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/blaketmiller/relay2slack" }, "release_url": "https://pypi.org/project/relay2slack/0.3/", "requires_dist": null, "requires_python": null, "summary": "relay2slack is a tool for capturing and forwarding incoming Slack webhook events", "version": "0.3" }, "last_serial": 2656849, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "995f6636344822277fc5e54538949021", "sha256": "c442bcac4bc26bb2e260ec96150107842e01ac5e9a15d2d65a9a374d216b5f16" }, "downloads": -1, "filename": "relay2slack-0.1.tar.gz", "has_sig": false, "md5_digest": "995f6636344822277fc5e54538949021", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1898, "upload_time": "2017-02-21T04:29:59", "url": "https://files.pythonhosted.org/packages/a2/d9/b9af9b5ab0383a455bcea56549ce5dd318d523edddde2ff1960ebcd8cd65/relay2slack-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "8b08981bdcbac5b22a7f504446a64780", "sha256": "2b7088919aa80d7201654eb72525c06d029bea8671bb328bbf311d32487318ad" }, "downloads": -1, "filename": "relay2slack-0.2.tar.gz", "has_sig": false, "md5_digest": "8b08981bdcbac5b22a7f504446a64780", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1951, "upload_time": "2017-02-21T05:04:30", "url": "https://files.pythonhosted.org/packages/76/76/30e4c2edf36a13b264f6bdc3fe643f5fb4df478391f8b523702c33c63e98/relay2slack-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "017376863b62e0454f788626e5421563", "sha256": "bdb8fe9c671c0972050b648369a5c0271e435035010265de6655b88c565d732d" }, "downloads": -1, "filename": "relay2slack-0.2.1.tar.gz", "has_sig": false, "md5_digest": "017376863b62e0454f788626e5421563", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1935, "upload_time": "2017-02-21T05:17:38", "url": "https://files.pythonhosted.org/packages/50/85/68a91a5af2d4a0431ab49f9d10ab95afc2936ade104ab49a91c09a5ef521/relay2slack-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "3b4bf9a386ab482b1838d6378097c96c", "sha256": "9b4275a5c89a4078d9ab6d2b50c7d1c42d6255962d1b404cd51d3f1de1db4937" }, "downloads": -1, "filename": "relay2slack-0.3.tar.gz", "has_sig": false, "md5_digest": "3b4bf9a386ab482b1838d6378097c96c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2343, "upload_time": "2017-02-21T06:00:09", "url": "https://files.pythonhosted.org/packages/ff/9c/029540267a71b3056498bf12808a24db3ca103959dea50ee10c984e12fa4/relay2slack-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b4bf9a386ab482b1838d6378097c96c", "sha256": "9b4275a5c89a4078d9ab6d2b50c7d1c42d6255962d1b404cd51d3f1de1db4937" }, "downloads": -1, "filename": "relay2slack-0.3.tar.gz", "has_sig": false, "md5_digest": "3b4bf9a386ab482b1838d6378097c96c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2343, "upload_time": "2017-02-21T06:00:09", "url": "https://files.pythonhosted.org/packages/ff/9c/029540267a71b3056498bf12808a24db3ca103959dea50ee10c984e12fa4/relay2slack-0.3.tar.gz" } ] }