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

Uploaded Python 3

File details

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

File metadata

  • Download URL: sendalert-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 4f03f7327b0de9ef95e971896a168ed218894bfdf8a87b49dee1a75044ad9eb7
MD5 fe04e9fe9eb199d8bddddca9d55fc33f
BLAKE2b-256 a0bc4ff12761133574088039490b360dbdc4f9552c54ca64c5af8b41ca16ab10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sendalert-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bab5059f8f674a476801a9b6361a1500d8678cb3bb55c2c74051d376b1a1b7d7
MD5 b78e92ac53760eceb47ba97150a50117
BLAKE2b-256 4caf19a76c96af392ca33e437545f08cdcc7a424f2da5d603744ada7ba102084

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