report output of command to slack channel
Project description
= slack-report
Report the results of executing the specified command to Slack.
== Use
The basic interface of `slack-report` is the same as `sudo`, `time`, `watch`, _etc._:
slack-report COMMAND
Any executable command, as well as its arguments, are accepted, and executed.
For example:
slack-report --channel=ops --title="uptime report" time annotate ./tps-reports.sh
The above would execute `time` (most likely `/usr/bin/time`), passing it the arguments `annotate ./tps-reports.sh` (such that these would be executed as well). The resulting standard output and error would be uploaded to Slack, and shared in the "ops" channel, with the title: "uptime report."
For the complete interface, consult `slack-report --help`.
== Installation
`slack-report` is available from https://pypi.org/project/slack-report/[PyPI] and https://github.com/dssg/slack-report[GitHub].
To install via `pip`:
pip install slack-report
== Configuration
In addition to its command flags, `slack-report` may be configured via the shell/process environment.
A Slack API token is *required*. This may be provided either via command flag `--token` or environment variable `SLACK_API_TOKEN`.
The API token requires permission:
* to post the results file: `files:write`
* to look up requested channels by name: `channels.read`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slack-report-0.1.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file slack-report-0.1.0.tar.gz
.
File metadata
- Download URL: slack-report-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.8.2 requests/2.27.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 658d15f6246663021061e59bb5315ee95201318edd313a7b661744211e5c5e6d |
|
MD5 | c10efae1d59ffdb1d3b603972586208d |
|
BLAKE2b-256 | 9c9878b31f646175761db0edbf39b7aedb7dd53776e5e1a9072cc54b17a02301 |
File details
Details for the file slack_report-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: slack_report-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.8.2 requests/2.27.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aefcdf1fc4893b0f1cf9b436c9ae4d64202b99ba77deac31e1a3c3a5f00f29aa |
|
MD5 | f05ff12bb697cc0ed2b3c07507feda74 |
|
BLAKE2b-256 | 7b5d21afeb3974de1018be0d1504fb967e59752fd567888b29d3ce5097214a67 |