All Projects → inforian → Python Notifyall

inforian / Python Notifyall

Licence: other
A library which can be used for all types of notifications like SMS, Mail, Push.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Python Notifyall

Django Webpush
Web Push Notification Package for Django
Stars: ✭ 217 (+17.3%)
Mutual labels:  django, notifications
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-43.24%)
Mutual labels:  django, notifications
Django Herald
A Django messaging library
Stars: ✭ 159 (-14.05%)
Mutual labels:  django, notifications
Django Import Export
Django application and library for importing and exporting data with admin integration.
Stars: ✭ 2,265 (+1124.32%)
Mutual labels:  django
Googlecontactseventsnotifier
Receive automatic email notifications before your Google Contacts birthday and other events!
Stars: ✭ 177 (-4.32%)
Mutual labels:  notifications
Django Photo Gallery
Responsive Django Image Gallery Site Sample optimized for performance and mobile devices
Stars: ✭ 179 (-3.24%)
Mutual labels:  django
Django Markupfield
📑 a MarkupField for Django
Stars: ✭ 184 (-0.54%)
Mutual labels:  django
Django Tracking2
django-tracking2 tracks the length of time visitors and registered users spend on your site. Although this will work for websites, this is more applicable to web _applications_ with registered users. This does not replace (nor intend) to replace client-side analytics which is great for understanding aggregate flow of page views.
Stars: ✭ 176 (-4.86%)
Mutual labels:  django
Django Restfulapi
基于 Django 3.x 的 RESTfulAPI 风格的项目模板,用于快速构建企业级高性能的服务端。
Stars: ✭ 184 (-0.54%)
Mutual labels:  django
Justchat
A chat application built with Django channels.
Stars: ✭ 183 (-1.08%)
Mutual labels:  django
Django Rest Framework Serializer Extensions
Extensions to help DRY up Django Rest Framework serializers
Stars: ✭ 180 (-2.7%)
Mutual labels:  django
Shoutrrr
Notification library for gophers and their furry friends.
Stars: ✭ 177 (-4.32%)
Mutual labels:  notifications
Dllocalnotifications
💬 Easily create Local Notifications in swift - Wrapper of UserNotifications Framework
Stars: ✭ 182 (-1.62%)
Mutual labels:  notifications
Dailyfresh B2c
dailyfresh mall based on B2C model
Stars: ✭ 177 (-4.32%)
Mutual labels:  django
Django Sharding
A sharding library for Django
Stars: ✭ 184 (-0.54%)
Mutual labels:  django
Bootcamp
An enterprise social network
Stars: ✭ 2,110 (+1040.54%)
Mutual labels:  django
Promansible
PromAnsible, 集成了Prometheuse(基于时间序列数据的服务监控系统)和Ansible(超级简单好用的IT自动化系统),并通过事件报警机制把二者紧密的结合在一起,并配以简单易用的WebUI,真正实现了监控-报警-处理一条龙的全自动化服务。
Stars: ✭ 183 (-1.08%)
Mutual labels:  django
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive.
Stars: ✭ 2,170 (+1072.97%)
Mutual labels:  django
Cmus Osx
Adds track change notifications, and media key support to cmus.
Stars: ✭ 179 (-3.24%)
Mutual labels:  notifications
Django dramatiq
A Django app that integrates with Dramatiq.
Stars: ✭ 181 (-2.16%)
Mutual labels:  django

Welcome to django-notifyAll's documentation !

.. image:: https://readthedocs.org/projects/django-notifyall/badge/?version=latest :target: http://django-notifyall.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://badge.fury.io/py/python-notifyAll.svg :target: https://badge.fury.io/py/python-notifyAll

.. image:: https://travis-ci.org/inforian/django-notifyAll.svg?branch=master :target: http://travis-ci.org/inforian/django-notifyAll

.. image:: https://coveralls.io/repos/github/inforian/django-notifyAll/badge.svg?branch=master :target: https://coveralls.io/github/inforian/django-notifyAll?branch=master

A library which can be used for all types of notifications like SMS, Mail, Push.

  • Supports Python 3+

Documenation : https://django-notifyall.readthedocs.io/en/latest/index.html

Why?

Every application today is dependent on sending out some form of notification - SMS, email or Push. There is no single interface available to manage either the notification type or the notification service provider.

For SMS +++++++

  • Plivo
  • Twilio

both have their own SDK and API

For Push ++++++++

  • Apple Push
  • Android Push

both have their own SDK and API (though Firebase could be used as a single interface)

For Email +++++++++

  • The same problem.

What?

This library aims to provide a uniform interface to all the developers to use any notification mechanism, from any service provider.

How?

Work in progress, the basic idea is to follow the lead of django-allauth_.

.. _django-allauth: https://django-allauth.readthedocs.io/en/latest/index.html

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].