A simple integration for use yournotifier.com
Project description
=====
Yournotifier
=====
Quick start
-----------
1. Install
pip install django-yournotifier
2. Use
Create account at `YourNotifier <https://yournotifier.com>`_
Add in `settings.py`:
NOTIFIER_APIKEY = '...'
Use:
from yournotifier import send_notify
send_notify(
channel_name='name',
text='Text message...'
)
Yournotifier
=====
Quick start
-----------
1. Install
pip install django-yournotifier
2. Use
Create account at `YourNotifier <https://yournotifier.com>`_
Add in `settings.py`:
NOTIFIER_APIKEY = '...'
Use:
from yournotifier import send_notify
send_notify(
channel_name='name',
text='Text message...'
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-yournotifier-1.0.1.tar.gz
.
File metadata
- Download URL: django-yournotifier-1.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f29dd61086e257088b67359210a81f3d84c3968584f3ddd6ba054f951416c9b |
|
MD5 | 4c0b6e149b019ec15f287349b8a10e09 |
|
BLAKE2b-256 | 7e48c40fbaafeb81ae2a73c613ca7ce3cf73191693a7b9405d23868d48954740 |