A simple Python package for sending alerts using SendAlert.io
Project description
SendAlert.io Python Package
A simple Python package for sending alerts using SendAlert.io.
Installation
pip install sendalert
Usage
First set your API key:
export SENDALERT_API_KEY=your_api_key_here
Now you can send:
from sendalert import sendalert
sendalert("message")
Alternative: set your API key in your code
import os
from sendalert import sendalert
os.environ["SENDALERT_API_KEY"] = "your_api_key_here"
sendalert("message")
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
sendalert-0.1.8.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sendalert-0.1.8.tar.gz.
File metadata
- Download URL: sendalert-0.1.8.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
814ae7e8ec3b837cc9c1f28ed8e4cef7e33be1355986b9963326be84545c0708
|
|
| MD5 |
a061add23857db3b818390744ff2b41d
|
|
| BLAKE2b-256 |
f5cbfece3a60b7316bae1409e936524b5c9056367ad01b001bd42e1cdd6c493d
|
File details
Details for the file sendalert-0.1.8-py3-none-any.whl.
File metadata
- Download URL: sendalert-0.1.8-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfa5dcda2c99447b9736784316a0ac063e13c1d85ae123a28ec6b95cf9c9ed7c
|
|
| MD5 |
73ed47c4f28e1f95784993c739fadabf
|
|
| BLAKE2b-256 |
9bcc2a3e76e3b9a70286c8310519a7a8efbcbb0089d64d8a261f24ef3be0806d
|