Twilio integration for SMS-based Django apps
Project description
Twilio integration for SMS-based Django apps
Developed and used at en.ig.ma software shop.
Quickstart
Include django-twilio-sms in your requirements.txt file.
Add django_twilio_sms to INSTALLED_APPS and syncdb/migrate.
Add the following url to your urlconf:
url(r"^messaging/", include("django_twilio_sms.urls")),
this will receive confirmation callbacks for any SMS message that you send using utils.send_sms.
Create a new view and override IncomingSMSView.post_save(self, obj) method to receive SMS messages via callbacks from Twilio. The received obj param will be an instance of IncomingSMS model.
Configure Twilio callback to send notifications to the above view’s url.
Configure settings:
TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_PHONE_NUMBER - copy credentials from the Twilio panel.
TWILIO_CALLBACK_USE_HTTPS - use https or not for delivery confirmation callback urls.
TWILIO_CALLBACK_DOMAIN - optionally set domain name or IP of your site (otherwise the server name will be extracted from the request info).
TWILIO_DRY_MODE - set if you want to run in test mode.
License
django-twilio-sms is released under the MIT license.
Other Resources
GitHub repository - https://github.com/nigma/django-twilio-sms
PyPi Package site - http://pypi.python.org/pypi/django-twilio-sms
Commercial Support
This app and many other help us build better software and focus on delivering quality projects faster. We would love to help you with your next project so get in touch by dropping an email at en@ig.ma.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-twilio-sms-0.2.zip
.
File metadata
- Download URL: django-twilio-sms-0.2.zip
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df1bb515c919b01f2098a663f33cf2d24adfa45fe3aca2344533d049d70b20e2 |
|
MD5 | 81f8ed6cfa263c8164a27e63bd14c4ee |
|
BLAKE2b-256 | 60ac8958b23dd02b428e71612d1e159e81b0c50efbe2188b9a3ecfe84a89ec66 |
File details
Details for the file django_twilio_sms-0.2-py2.7.egg
.
File metadata
- Download URL: django_twilio_sms-0.2-py2.7.egg
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6826a270c48105a5c00eb3cbe12ce456974911172a8336597f367e59dc85bd2 |
|
MD5 | 37a9cf3270e9f103e43afa6f653cd0dd |
|
BLAKE2b-256 | 611be6ade578365ddfd0b7d858b6f4de0c749f0b0a128bb0e1f5d15bbee7a847 |