An open API service indexing awesome lists of open source software.

https://github.com/1vank1n/django-yournotifier

A simple integration for use yournotifier.com
https://github.com/1vank1n/django-yournotifier

django notify yournotifier

Last synced: 2 months ago
JSON representation

A simple integration for use yournotifier.com

Awesome Lists containing this project

README

        

=====
Yournotifier
=====

Quick start
-----------

1. Install

pip install django-yournotifier

2. Use

Create account at `YourNotifier `_

Add in `settings.py`:

NOTIFIER_APIKEY = '...'

Use:

from yournotifier import send_notify

send_notify(
channel_name='name',
text='Text message...'
)