Slack-Notification
A simple way to send slack notification
Install
pip install -i slack-notification
Usage
from slack_notification.slack_notification import SlackNotification
CHANNEL = "YOUR_CHANNEL" #example TXXXXXXXXXX/BXXXXXXXX/NXXXXXXXXXX"
slack = SlackNotification(CHANNEL)
message = "YOUR_MESSAGE"
response = slack.notify(message)
Release files for slack-notification 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| slack_notification-0.1.8.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| slack_notification-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 kB
Release files / slack_notification-0.1.8.tar.gz
| Download URL | slack_notification-0.1.8.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
39eb0f4e47e8c4422051084b45d781c863a756ac2732dc0e9c496bea8228114c
|
|
BLAKE2b-256 checksum How to use checksums |
bc5a81f2e285f23e0350557bcb5cce325c0c5349be849d4e96d436c80ce8f4f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|
Release files / slack_notification-0.1.8-py3-none-any.whl
| Download URL | slack_notification-0.1.8-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6bacbd8d9b5f51c926899a4079e2719df95976102da0145b7aaa5e27521dd569
|
|
BLAKE2b-256 checksum How to use checksums |
cd82af3887e7b62ffbf9167ffb499c19585eacb3d08e613c8a1d5e3f041d87a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|