Skip to main content

Extension to integrate your project with Notify.Events service.

Project description

Python client for Notify.Events

A simple Python extension that simplifies the process of integrating your project with the Notify.Events service to send messages to your channels.

Instruction on another languages

Installation

You can install the Python client for Notify.Events from PyPI:

pip install notify_events

Usage

To use this extension, you need to import the Message class into your script.

from notify_events import Message

After that, you can create a Message object, set the necessary parameters and send the message to the channel.

Usage example

from notify_events import Message

# Create a message object.
message = Message('Some <b>important</b> message', 'Title', Message.PRIORITY_HIGH, Message.LEVEL_WARNING)

# Attach the file to the message.
message.add_file('path\to\local\file.zip', 'filename.zip')

# Send a message to your channel in Notify.Events.
message.send('XXXXXXXX')

List of all available functions

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

notify_events-1.1.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

notify_events-1.1.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

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