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
Authentication
Before using the package, you need to set your SendAlert.io API key. There are two recommended ways to do this:
Option 1: Set as an environment variable
Set your API key as an environment variable:
export SENDALERT_API_KEY=your_api_key_here
Option 2: Set in your Python script
Alternatively, you can set the API key at the beginning of your Python script:
import os
import sendalert
os.environ["SENDALERT_API_KEY"] = "your_api_key_here"
Make sure to keep your key safe.
Usage
After setting the API key, you can use the package like this:
import sendalert
sendalert.sendalert("Your alert message")
You can also specify the mode:
sendalert.sendalert("Your warning message", mode="warning")
mode (optional, default="info"): The alert mode (e.g., "info", "warning", "error")
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
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.7.tar.gz.
File metadata
- Download URL: sendalert-0.1.7.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fc2e6b166e4657be767459cc428d6799317fecb89470e69555dd04e95becc0a
|
|
| MD5 |
7a0af35d88d721bb01d6a110a59c43e6
|
|
| BLAKE2b-256 |
761d791632feab783cedefe4a1411487fcef403ecc5b582e7e4b1effd6974e68
|
File details
Details for the file sendalert-0.1.7-py3-none-any.whl.
File metadata
- Download URL: sendalert-0.1.7-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
1877dc4d427e0777423817bcb957a81f92b37c5edad6829403115a3b23b79ae1
|
|
| MD5 |
1968ea129928ec35454eaf6d94fdb328
|
|
| BLAKE2b-256 |
68cabc1d91c1818846236d327cab81a9973877c3a22771f365ab645337ef0364
|