Skip to main content

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


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.5.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sendalert-0.1.5-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file sendalert-0.1.5.tar.gz.

File metadata

  • Download URL: sendalert-0.1.5.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.3

File hashes

Hashes for sendalert-0.1.5.tar.gz
Algorithm Hash digest
SHA256 bd1d8e8340ba74bc9f7154598929c301ab0927dcdf3760271140940da8b7c7ef
MD5 8af499faabe7a997332b3af3f857d88a
BLAKE2b-256 fdd0c72e6361b034dd16ced3c3655c09795d80e7d59917a2c9f8fd3abfe6edb1

See more details on using hashes here.

File details

Details for the file sendalert-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: sendalert-0.1.5-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

Hashes for sendalert-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 27865073afe24b16415406dc1063ce34ca43e845e922dd6243ef2433c3615d9f
MD5 9f8c8c62f0f1076caaa4dc65ebcef5c4
BLAKE2b-256 203ff71db2b4736eb15f8fdd608382bac42b2ecba2ac5f2a60e8034dc18c3551

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page