Skip to main content

A Django library for sending notifications

Project description

PyPI version Build Status Documentation Status Code Climate Coverage Status Requirements Status

django-channels is a Django library for sending notifications. HipChat, Slack, Twitter and Yo are supported for now.

Note: This should not be confused with the official Django Channels project which you can see at https://channels.readthedocs.io/.

At a Glance

After installation and configuration, you can send notifications to HipChat, Slack, Twitter, or Yo with a following simple code:

import channels

channels.send("Sample notification.")

See Quickstart page for more details.

Requirements

Python

  • Python 2.7+

  • Python 3.3+

  • PyPy

  • PyPy3

Django

  • Django 1.8

  • Django 1.9

  • Django 1.10

Installation

pip install django-channels

Note: Please use the latest version of setuptools & pip

pip install -U setuptools pip

Supported by

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