# rapidsms **Repository Path**: mirrors_hfeeki/rapidsms ## Basic Information - **Project Name**: rapidsms - **Description**: Build SMS applications with Python - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RapidSMS ======== RapidSMS is a free and open source framework for building interactive SMS applications, which integrates tightly with `Django`_ to provide a rich reporting interface. It was created by the Innovation Team at `UNICEF`_, and is under development by `the RapidSMS Team`_. .. image:: https://secure.travis-ci.org/rapidsms/rapidsms.png?branch=master :alt: Build Status :target: https://secure.travis-ci.org/rapidsms/rapidsms .. _Django: http://djangoproject.com .. _UNICEF: http://unicef.org .. _the RapidSMS Team: http://github.com/rapidsms Features -------- - A framework for processing text messages through a series of phases. - Support for sending and receiving messages from pluggable backends, including `Kannel`_. - A swappable routing architecture with support for background processing with `Celery`_. - Built-in commonly used apps in ``rapidsms.contrib``, including ``registration.`` .. _Kannel: http://www.kannel.org/ .. _Celery: http://www.celeryproject.org/ Installation ------------ RapidSMS is best installed via `PyPI`_. To install the latest version, run:: $ pip install rapidsms .. _PyPI: http://pypi.python.org/pypi/RapidSMS .. _GitHub: http://github.com/rapidsms/rapidsms Dependencies ------------ * `django-nose `_ * `djappsettings `_ * `djtables `_ Documentation ------------- Documentation on using RapidSMS is available on `Read The Docs `_. License ------- RapidSMS is released under the BSD License. See the `LICENSE `_ file for more details. Contributing ------------ If you think you've found a bug or are interested in contributing to this project check out `RapidSMS on Github `_. A full contributing guide can be found in the `online documentation `_.