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

Uploaded Python 3

File details

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

File metadata

  • Download URL: sendalert-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 64226fd93008805d34cc33109838b05d2f6856f3e1a31b7ed987a759b16a5840
MD5 2ff6a09d15885144a654bedfb8565f91
BLAKE2b-256 fc8f228215126b86ac66773780bc53e0565cb9edf8d4c5d66c0d357970ff60ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sendalert-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a1ca9010f4e4e453b38d01b4cff6c324a06d0bf64289753355623d0c0eafcf45
MD5 81e5215480d8b311d631adf8ed56344d
BLAKE2b-256 caefd693139f94ff1cd10b2e2a8b41c200620506faab7ff9ecbf3492807d8ecb

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