{ "info": { "author": "Filip Wasilewski", "author_email": "en@ig.ma", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-twilio-sms\r\n=================\r\n\r\nTwilio integration for SMS-based Django apps\r\n\r\n.. image:: https://pypip.in/v/django-twilio-sms/badge.png\r\n :target: https://pypi.python.org/pypi/django-twilio-sms/\r\n :alt: Latest Version\r\n\r\n.. image:: https://pypip.in/d/django-twilio-sms/badge.png\r\n :target: https://pypi.python.org/pypi/django-twilio-sms/\r\n :alt: Downloads\r\n\r\n.. image:: https://pypip.in/license/django-twilio-sms/badge.png\r\n :target: https://pypi.python.org/pypi/django-twilio-sms/\r\n :alt: License\r\n\r\nDeveloped and used at `en.ig.ma software shop `_.\r\n\r\n\r\nQuickstart\r\n----------\r\n\r\n1. Include ``django-twilio-sms`` in your ``requirements.txt`` file.\r\n\r\n2. Add ``django_twilio_sms`` to ``INSTALLED_APPS`` and syncdb/migrate.\r\n\r\n3. Add the following url to your urlconf:\r\n \r\n .. code-block:: python\r\n\r\n url(r\"^messaging/\", include(\"django_twilio_sms.urls\")),\r\n\r\n this will receive confirmation callbacks for any SMS message\r\n that you send using ``utils.send_sms``.\r\n\r\n4. Create a new view and override ``IncomingSMSView.post_save(self, obj)`` method\r\n to receive SMS messages via callbacks from Twilio. The received ``obj``\r\n param will be an instance of ``IncomingSMS`` model.\r\n\r\n5. Configure Twilio callback to send notifications to the above view's url.\r\n\r\n6. Configure settings:\r\n\r\n - TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_PHONE_NUMBER - copy\r\n credentials from the Twilio panel.\r\n\r\n - TWILIO_CALLBACK_USE_HTTPS - use https or not for delivery confirmation\r\n callback urls.\r\n \r\n - TWILIO_CALLBACK_DOMAIN - optionally set domain name or IP of your site\r\n (otherwise the server name will be extracted from the request info).\r\n \r\n - TWILIO_DRY_MODE - set if you want to run in test mode.\r\n\r\n\r\nLicense\r\n-------\r\n\r\n``django-twilio-sms`` is released under the MIT license.\r\n\r\nOther Resources\r\n---------------\r\n\r\n- GitHub repository - https://github.com/nigma/django-twilio-sms\r\n- PyPi Package site - http://pypi.python.org/pypi/django-twilio-sms\r\n\r\n\r\nCommercial Support\r\n------------------\r\n\r\nThis app and many other help us build better software\r\nand focus on delivering quality projects faster.\r\nWe would love to help you with your next project so get in touch\r\nby dropping an email at en@ig.ma.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nigma/django-twilio-sms/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nigma/django-twilio-sms", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-twilio-sms", "package_url": "https://pypi.org/project/django-twilio-sms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-twilio-sms/", "project_urls": { "Download": "https://github.com/nigma/django-twilio-sms/zipball/master", "Homepage": "https://github.com/nigma/django-twilio-sms" }, "release_url": "https://pypi.org/project/django-twilio-sms/0.2/", "requires_dist": null, "requires_python": null, "summary": "Twilio integration for SMS-based Django apps", "version": "0.2" }, "last_serial": 987633, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "15e5fd3abe6d30de13b08213ce704f97", "sha256": "54c058dfb3b7fdaf9d9ce3bb48fc92e6d4e660ea5f7a5031a27b5e4c939f7f81" }, "downloads": -1, "filename": "django_twilio_sms-0.1-py2.7.egg", "has_sig": false, "md5_digest": "15e5fd3abe6d30de13b08213ce704f97", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16991, "upload_time": "2013-08-29T10:28:32", "url": "https://files.pythonhosted.org/packages/fb/47/f049ed136245e283b953493247bf83f1c8771ca643827636bd993c5336df/django_twilio_sms-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ebb164b56f8c1bd9d25ecc1701566a0d", "sha256": "8b9167fcaee0972e61bcbbe1973295c6d60bb399835bbc5ec11b2f58f0a66147" }, "downloads": -1, "filename": "django-twilio-sms-0.1.zip", "has_sig": false, "md5_digest": "ebb164b56f8c1bd9d25ecc1701566a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10835, "upload_time": "2013-08-29T10:28:29", "url": "https://files.pythonhosted.org/packages/1f/ab/443529821f86cf6d08f265bf1fc22375411358084a187b3d3ad53b22b5b1/django-twilio-sms-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "37a9cf3270e9f103e43afa6f653cd0dd", "sha256": "b6826a270c48105a5c00eb3cbe12ce456974911172a8336597f367e59dc85bd2" }, "downloads": -1, "filename": "django_twilio_sms-0.2-py2.7.egg", "has_sig": false, "md5_digest": "37a9cf3270e9f103e43afa6f653cd0dd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16994, "upload_time": "2013-08-29T10:43:53", "url": "https://files.pythonhosted.org/packages/61/1b/e6ade578365ddfd0b7d858b6f4de0c749f0b0a128bb0e1f5d15bbee7a847/django_twilio_sms-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "81f8ed6cfa263c8164a27e63bd14c4ee", "sha256": "df1bb515c919b01f2098a663f33cf2d24adfa45fe3aca2344533d049d70b20e2" }, "downloads": -1, "filename": "django-twilio-sms-0.2.zip", "has_sig": false, "md5_digest": "81f8ed6cfa263c8164a27e63bd14c4ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10812, "upload_time": "2013-08-29T10:43:51", "url": "https://files.pythonhosted.org/packages/60/ac/8958b23dd02b428e71612d1e159e81b0c50efbe2188b9a3ecfe84a89ec66/django-twilio-sms-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "37a9cf3270e9f103e43afa6f653cd0dd", "sha256": "b6826a270c48105a5c00eb3cbe12ce456974911172a8336597f367e59dc85bd2" }, "downloads": -1, "filename": "django_twilio_sms-0.2-py2.7.egg", "has_sig": false, "md5_digest": "37a9cf3270e9f103e43afa6f653cd0dd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16994, "upload_time": "2013-08-29T10:43:53", "url": "https://files.pythonhosted.org/packages/61/1b/e6ade578365ddfd0b7d858b6f4de0c749f0b0a128bb0e1f5d15bbee7a847/django_twilio_sms-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "81f8ed6cfa263c8164a27e63bd14c4ee", "sha256": "df1bb515c919b01f2098a663f33cf2d24adfa45fe3aca2344533d049d70b20e2" }, "downloads": -1, "filename": "django-twilio-sms-0.2.zip", "has_sig": false, "md5_digest": "81f8ed6cfa263c8164a27e63bd14c4ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10812, "upload_time": "2013-08-29T10:43:51", "url": "https://files.pythonhosted.org/packages/60/ac/8958b23dd02b428e71612d1e159e81b0c50efbe2188b9a3ecfe84a89ec66/django-twilio-sms-0.2.zip" } ] }