Skip to content

leroyg/rapidsms-twilio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- restructuredtext --

rtwilio

Basic Twilio backend for the RapidSMS project.

Requirements

Usage

Add rtwilio to your Python path and setup the Twilio backend in your Django settings file. For example:

INSTALLED_BACKENDS = {
    "twilio": {
        "ENGINE": "rtwilio.backend",
        'host': 'localhost', 'port': '8081', # used for spawned backend WSGI server
        'config': {
            'api_version': '2010-04-01', # optional api version
            'account_sid': 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
            'auth_token': 'YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY',
            'number': '(###) ###-####',
            'callback': 'http://<public-django-instance>/twilio/status-callback/', # optional callback URL
        }
    },
}

Development by Caktus Consulting Group.

About

RapidSMS Twilio Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%