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.9.tar.gz
(2.8 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.9.tar.gz.
File metadata
- Download URL: sendalert-0.1.9.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f9619bba38c9d5b33c3df0fc1a3d8159b7f4835a61b93f3971ad4eb6c082b6
|
|
| MD5 |
ca8de9ed6de9c5e99c0abff060bcd6d2
|
|
| BLAKE2b-256 |
7c70ec3105a2ca92325060f4dce91752aa2188d92da6514baf353fb63a8fb229
|
File details
Details for the file sendalert-0.1.9-py3-none-any.whl.
File metadata
- Download URL: sendalert-0.1.9-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 |
81a840bfe2ecd837e462a76958c79bb7ce2403e34bf8cdf37637a82f6e687d94
|
|
| MD5 |
190cf9af0f7ed40908b870dc7afef2ec
|
|
| BLAKE2b-256 |
90673e52fde948a6765abb3c619ac8d56a66141e36906a4eb9f37f462ca93986
|