{"id":16487172,"url":"https://github.com/phalt/twilio-django-part-1","last_synced_at":"2025-06-17T15:33:56.443Z","repository":{"id":14277495,"uuid":"16985499","full_name":"phalt/twilio-django-part-1","owner":"phalt","description":"A simple twilio django sms application","archived":false,"fork":false,"pushed_at":"2014-04-02T07:23:16.000Z","size":177,"stargazers_count":31,"open_issues_count":1,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-10T18:16:41.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phalt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-19T13:46:43.000Z","updated_at":"2024-03-10T15:48:05.000Z","dependencies_parsed_at":"2022-09-07T16:52:32.211Z","dependency_job_id":null,"html_url":"https://github.com/phalt/twilio-django-part-1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phalt/twilio-django-part-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Ftwilio-django-part-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Ftwilio-django-part-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Ftwilio-django-part-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Ftwilio-django-part-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phalt","download_url":"https://codeload.github.com/phalt/twilio-django-part-1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Ftwilio-django-part-1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260388457,"owners_count":23001527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:32:59.968Z","updated_at":"2025-06-17T15:33:51.397Z","avatar_url":"https://github.com/phalt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Twilio \u0026 Django part 1\n\nThis is a simple Django application demonstrating how to integrate [django-twilio][1]\ninto your Django projects.\n\n## How to use\n\n1. Download this repository\n\n2. Install the requirements with pip:\n\n```\n    $ pip install -r requirements.txt\n```\n\nThis will install:\n\n* Django\n* django-twilio\n\n3. Open the urls.py to see how the URL configuration has been done\n\n\n4. Open the views.py to see how the views are set up.\n\n5. Get the server running with:\n\n```\n    $ python manage.py runserver\n```\n\nYou can use cURL to test the server, this will output the [TWiML][2] response:\n\n```\n    curl -X POST 127.0.0.1:8000/sms/\n```\n\n```\n    \u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n        \u003cResponse\u003e\n            \u003cMessage\u003e\n                \u003cBody\u003eHello world! Get in touch - paul@twilio.com\u003c/Body\u003e\n            \u003c/Message\u003e\n        \u003c/Response\u003e\n```\n\n\n\n\n[1]: https://github.com/rdegges/django-twilio\n[2]: https://www.twilio.com/docs/api/twiml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalt%2Ftwilio-django-part-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphalt%2Ftwilio-django-part-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalt%2Ftwilio-django-part-1/lists"}