{ "info": { "author": "Paul Logston", "author_email": "code@logston.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Communications :: Chat" ], "description": "clearbit-slack-python\n=====================\n\nClean beautiful customer data. Now in Slack.\n\n.. image:: https://raw.githubusercontent.com/15five/clearbit-slack-python/master/docs/_static/img/example.png\n\nInstallation\n------------\n\nAdd to your application's requirements.txt file...\n\n::\n\n clearbit-slack-python\n\nOr pip install...\n\n::\n\n $ pip install clearbit-slack-python\n\nConfiguration\n-------------\n\nTo use, instantiate a **Notifier**\nobject with your Slack token, channel, and data **dict** built\nfrom part of the body of the POST request sent by Clearbit.\n\n::\n\n import json\n\n from clearbit_slack import Notifier\n\n\n slack_token = 'xoxp-1234567890-6789012345-5432109876-12ab34'\n slack_channel = '#signups'\n body_data = json.loads(request_body)\n attrs = body_data.get('body', {})\n\n notifier = Notifier(slack_token, slack_channel, attrs=attrs)\n notifier.notify()\n\nContributing\n------------\n\n1. Fork it (https://github.com/15five/clearbit-slack-python/fork)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/15five/clearbit-slack-python", "keywords": "Clearbit,Slack,customer,data", "license": "The MIT License (MIT)\n\nCopyright (c) 2015 Paul Logston\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "clearbit-slack-python", "package_url": "https://pypi.org/project/clearbit-slack-python/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clearbit-slack-python/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/15five/clearbit-slack-python" }, "release_url": "https://pypi.org/project/clearbit-slack-python/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Push Clearbit Person and Company data into a Slack channel", "version": "0.1.1" }, "last_serial": 4544229, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "47d699c804a6ea5eec7e5e684db159c2", "sha256": "d80a0a860121a7cabf9f381c0156debc6be7e918e0a0820f3b8f1371fbaf845a" }, "downloads": -1, "filename": "clearbit-slack-python-0.1.1.tar.gz", "has_sig": false, "md5_digest": "47d699c804a6ea5eec7e5e684db159c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486552, "upload_time": "2016-04-22T17:25:01", "url": "https://files.pythonhosted.org/packages/c2/da/759c11ede6e436e81fede7599af505575599b9cf803605d31039d3152880/clearbit-slack-python-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "47d699c804a6ea5eec7e5e684db159c2", "sha256": "d80a0a860121a7cabf9f381c0156debc6be7e918e0a0820f3b8f1371fbaf845a" }, "downloads": -1, "filename": "clearbit-slack-python-0.1.1.tar.gz", "has_sig": false, "md5_digest": "47d699c804a6ea5eec7e5e684db159c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486552, "upload_time": "2016-04-22T17:25:01", "url": "https://files.pythonhosted.org/packages/c2/da/759c11ede6e436e81fede7599af505575599b9cf803605d31039d3152880/clearbit-slack-python-0.1.1.tar.gz" } ] }