Informs Slack for sth.
Project description
Sending Slack Messages
- Install python library
pip install slackinformer
- Export Slack API Key Environment Variable as SLACK_CLIENT_API_KEY
export SLACK_CLIENT_API_KEY=<YOUR_API_KEY>
- Import slackinformer module.
from slackinformer.slackinformer import send_slack_message
- Create content to be sent. For example:
content = "YOLOv3 - Last Mean Average Precision(mAP) - Epoch(" + epoch + "): " + "*" + mAP + "*"
- Create plot path. Suppose plot path is: output/map_epoch_plot.png
img_path = os.path.join("output", "map_epoch_plot.png")
- Send message
send_slack_message(channel="#general", title="Image Title" content, img_path)
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
slackinformer-0.0.2.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for slackinformer-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0667b06ead1da748985f1aac55e129184e11d0c98d399b20c9050195d20b5db |
|
MD5 | de8063f0b9fcabcf8352f72736a8a917 |
|
BLAKE2b-256 | b2d47b53bfd96b8b8f8f32b7987b19f7eadc1b1ba833782a72222ae5e1bac9ff |