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.2.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.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sendalert-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 3fe1308bfe2269016de59aa00c9d0eabd7d567737dff709130d235900d7f8e25
MD5 34dcb3cd2d397b8333660e263eba77b7
BLAKE2b-256 125f5b5a21afc0443eb3f2fd1c07f6b3529bf3bf408ec1d2da2296ab1d814d71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sendalert-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.3 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0bfa817f00aa1cf9235e0e46d9a5b4b5467e7717eeb91087d8c31e6ee45e60a0
MD5 22703eeb1ff1610b17a75e5c5a64d455
BLAKE2b-256 6b554a1c4300f10971501a1a41d7f1b859fd88ec33d58370e1463d3714671aaf

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