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
- Host: GitHub
- URL: https://github.com/1vank1n/django-yournotifier
- Owner: 1vank1n
- License: mit
- Created: 2018-09-19T14:08:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:35:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T21:44:18.907Z (4 months ago)
- Topics: django, notify, yournotifier
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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...'
)