{ "info": { "author": "Dane Morgan", "author_email": "danemorgan91@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# py_slack\nbasic webhook messages, want interactivity next\n\n### CLI\n\n python3 send_hook.py https://hook_url/xxxxx/xxxx string_of_txt\n \n \n### In Code\n \nIn practice, I use this to send JSONs of Python objects. Here's how to use it in code:\n \n from send_hook import send_msg_hook\n \n send_hook_msg(hook_url, msg, format_type)\n #hook_url expects a string url with the appropriate protocol at the beginning, for example http:// or https://\n #msg expects either a dictionary or a string\n #format_type defaults to 'snippet', but can be set to 'plain'", "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/deadlift1226/py_slack", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-slack", "package_url": "https://pypi.org/project/py-slack/", "platform": "", "project_url": "https://pypi.org/project/py-slack/", "project_urls": { "Homepage": "https://github.com/deadlift1226/py_slack" }, "release_url": "https://pypi.org/project/py-slack/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "Basic webhook messaging, want to add bot interactivy next", "version": "0.0.0" }, "last_serial": 4623209, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "8a358decbebbdc167fe74ecf8b8fc962", "sha256": "4a66e7b42e2c024e4d4f01668f7093e74e7eb757ae04c3e49c470b5002cd4b33" }, "downloads": -1, "filename": "py_slack-0.0.0.tar.gz", "has_sig": false, "md5_digest": "8a358decbebbdc167fe74ecf8b8fc962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1812, "upload_time": "2018-12-21T01:31:30", "url": "https://files.pythonhosted.org/packages/55/78/ca29365450e73183a512867f2ea80c7d16da42b6c9b3f9346bb8aeb3eff8/py_slack-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a358decbebbdc167fe74ecf8b8fc962", "sha256": "4a66e7b42e2c024e4d4f01668f7093e74e7eb757ae04c3e49c470b5002cd4b33" }, "downloads": -1, "filename": "py_slack-0.0.0.tar.gz", "has_sig": false, "md5_digest": "8a358decbebbdc167fe74ecf8b8fc962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1812, "upload_time": "2018-12-21T01:31:30", "url": "https://files.pythonhosted.org/packages/55/78/ca29365450e73183a512867f2ea80c7d16da42b6c9b3f9346bb8aeb3eff8/py_slack-0.0.0.tar.gz" } ] }