{ "info": { "author": "Massimiliano Torromeo", "author_email": "massimiliano.torromeo@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "slacksend\n=========\n\nCLI tool to send messages to the Incoming webhook of Slack (https://slack.com).\n\nHelp\n----\n\n::\n\n\tusage: slacksend [-h] [-V] [-C CONFIG] [-c CHANNEL] [-U URL] [-u USERNAME]\n\t [-i ICON]\n\t [message]\n\n\tSends messages to slack's incoming webhooks via CLI\n\n\tpositional arguments:\n\t message The message to send. If not specified it will be read\n\t from STDIN\n\n\toptional arguments:\n\t -h, --help show this help message and exit\n\t -V, --version show program's version number and exit\n\t -C CONFIG, --config CONFIG\n\t Use a different configuration file\n\t -c CHANNEL, --channel CHANNEL\n\t Send to this channel\n\t -U URL, --url URL Slack webhook URL\n\t -u USERNAME, --username USERNAME\n\t Username\n\t -i ICON, --icon ICON Icon\n\nConfiguration file\n------------------\n\nThe only required option to start sending messages to slack is the webhook url.\nYou can either set this in a configurations file (globally in */etc/slacksend.conf* or locally in *$HOME/.slacksend.conf*) or specify it on the CLI with the --url argument.\n\nThis is an example of a configuration file for slacksend::\n\n\t[DEFAULT]\n\turl = https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXX\n\ticon = :ghost:\n\tusername = This is a bot\n\tchannel = @myself\n\nExample usage\n-------------\n\n::\n\n\techo \"Hello world!\" | slacksend -U https://hooks.slack.com/services/XXX\n\tslacksend -U https://hooks.slack.com/services/XXX \"Hello world!\"\n\nLICENSE\n-------\nCopyright (c) 2014 Massimiliano Torromeo\n\nslacksend is free software released under the terms of the BSD license.\n\nSee the LICENSE file provided with the source distribution for full details.\n\nContacts\n--------\n\n* Massimiliano Torromeo ", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mtorromeo/slacksend/tarball/v0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mtorromeo/slacksend", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "slacksend", "package_url": "https://pypi.org/project/slacksend/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/slacksend/", "project_urls": { "Download": "https://github.com/mtorromeo/slacksend/tarball/v0.1", "Homepage": "https://github.com/mtorromeo/slacksend" }, "release_url": "https://pypi.org/project/slacksend/0.1/", "requires_dist": null, "requires_python": null, "summary": "Sends messages to slack's incoming webhooks via CLI", "version": "0.1" }, "last_serial": 1281184, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c6ec90dba9d1c0b3aae091a54b476585", "sha256": "223118d7cad5d1352ffc65e6c65038e4f817b61c830f207e064a1712b9609651" }, "downloads": -1, "filename": "slacksend-0.1.tar.gz", "has_sig": false, "md5_digest": "c6ec90dba9d1c0b3aae091a54b476585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3842, "upload_time": "2014-10-24T09:28:39", "url": "https://files.pythonhosted.org/packages/45/cf/d86c7973abbcc3db9d7ea6f34861c9aab8279008863d9ee4d2dc186f7e32/slacksend-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6ec90dba9d1c0b3aae091a54b476585", "sha256": "223118d7cad5d1352ffc65e6c65038e4f817b61c830f207e064a1712b9609651" }, "downloads": -1, "filename": "slacksend-0.1.tar.gz", "has_sig": false, "md5_digest": "c6ec90dba9d1c0b3aae091a54b476585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3842, "upload_time": "2014-10-24T09:28:39", "url": "https://files.pythonhosted.org/packages/45/cf/d86c7973abbcc3db9d7ea6f34861c9aab8279008863d9ee4d2dc186f7e32/slacksend-0.1.tar.gz" } ] }