All Projects → danidee10 → Django Notifs

danidee10 / Django Notifs

Licence: mit
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Notifs

Django Herald
A Django messaging library
Stars: ✭ 159 (+51.43%)
Mutual labels:  django, email, notifications, sms
Notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
Stars: ✭ 32 (-69.52%)
Mutual labels:  email, notifications
Channelslightscontrol
Demo app with Django Channels to control Lights over websockets. Made for PyStPete meetup(https://www.meetup.com/Saint-Petersburg-Python-Meetup/).
Stars: ✭ 14 (-86.67%)
Mutual labels:  django, websockets
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-50.48%)
Mutual labels:  django, websockets
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+592.38%)
Mutual labels:  email, notifications
Django Email Confirm La
Django email confirmation for any model and any field
Stars: ✭ 23 (-78.1%)
Mutual labels:  django, email
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-57.14%)
Mutual labels:  notifications, sms
Presentations
Collection of presentations for advanced Python topics
Stars: ✭ 264 (+151.43%)
Mutual labels:  django, websockets
Postgresql2websocket
Send PostgreSQL notifications over websockets
Stars: ✭ 58 (-44.76%)
Mutual labels:  notifications, websockets
Django Anymail
Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, Sendinblue, SparkPost and more
Stars: ✭ 1,109 (+956.19%)
Mutual labels:  django, email
Django Amazon Ses
A Django email backend that uses Boto3 to interact with Amazon Simple Email Service (SES).
Stars: ✭ 77 (-26.67%)
Mutual labels:  django, email
Glass Isc Dhcp
Glass - ISC DHCP Server Interface
Stars: ✭ 486 (+362.86%)
Mutual labels:  email, sms
Alertmanager
Prometheus Alertmanager
Stars: ✭ 4,574 (+4256.19%)
Mutual labels:  email, notifications
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+702.86%)
Mutual labels:  django, email
Django Private Chat
Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
Stars: ✭ 376 (+258.1%)
Mutual labels:  django, websockets
Freeipa Password Reset
Self-service password reset app for FreeIPA
Stars: ✭ 44 (-58.1%)
Mutual labels:  django, sms
Python Sparkpost
SparkPost client library for Python
Stars: ✭ 87 (-17.14%)
Mutual labels:  django, email
slack-texts
SMS notifications for Slack groups
Stars: ✭ 19 (-81.9%)
Mutual labels:  notifications, sms
gnome-email-notifications
Gnome Email Notifications
Stars: ✭ 65 (-38.1%)
Mutual labels:  notifications, email
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-50.48%)
Mutual labels:  django, websockets

Documentation Maintainability Test Coverage Pypi Style guide

Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django

django-notifs

django-notifs is a modular notifications app for Django that basically allows you to notify users about events that occur in your application E.g

  • Your profile has been verified
  • User xxxx sent you a message

It also allows you to deliver these notifications to any destination you want to with custom delivery channels.

It also supports asynchronous notification with several pluggable delivery backends (e.g Celery, RQ etc)

Examples?

A tutorial on how to build a Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI

The Repository for the chat app (Chatire) is also available on github

Documentation

https://django-notifs.readthedocs.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].