{"id":15574725,"url":"https://github.com/hakib/twilio-ivr-test","last_synced_at":"2026-03-05T21:07:29.426Z","repository":{"id":85922713,"uuid":"256204269","full_name":"hakib/twilio-ivr-test","owner":"hakib","description":"Example IVR System with Python, Django, Pytest and Twilio","archived":false,"fork":false,"pushed_at":"2020-06-05T23:16:43.000Z","size":80,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T17:13:21.655Z","etag":null,"topics":["django","ivr","pytest","python","twilio","voice"],"latest_commit_sha":null,"homepage":"https://www.twilio.com/blog/building-interactive-voice-response-ivr-system-python-django-twilio","language":"Python","has_issues":false,"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/hakib.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-16T12:10:31.000Z","updated_at":"2025-01-25T19:32:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b2d60ff-4891-48c9-b0df-f41b8dcf4f07","html_url":"https://github.com/hakib/twilio-ivr-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakib%2Ftwilio-ivr-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakib%2Ftwilio-ivr-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakib%2Ftwilio-ivr-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakib%2Ftwilio-ivr-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakib","download_url":"https://codeload.github.com/hakib/twilio-ivr-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074956,"owners_count":21043490,"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":["django","ivr","pytest","python","twilio","voice"],"created_at":"2024-10-02T18:20:42.794Z","updated_at":"2025-10-26T18:20:09.683Z","avatar_url":"https://github.com/hakib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example IVR System with Python, Django, Pytest and Twilio\n\nSource code for the article series posted on the Twilio blog:\n\n- [Building an Interactive Voice Response (IVR) System with Python, Django and Twilio](https://www.twilio.com/blog/building-interactive-voice-response-ivr-system-python-django-twilio)\n- [Testing a Twilio IVR System With Python and pytest](https://www.twilio.com/blog/testing-twilio-ivr-system-python-pytest)\n\n[![Building an Interactive Voice Response (IVR) System with Python, Django and Twilio](cover.png)](https://www.twilio.com/blog/building-interactive-voice-response-ivr-system-python-django-twilio)\n\n## Quick Start\n\nClone project\n\n```bash\n$ git clone git@github.com:hakib/twilio-ivr-test.git\n```\n\nSetup using `Make`\n\n```bash\n$ make setup\n```\n\nThis will create the virtual environment, install all the requirements and run the tests. Alternatively, you can setup the project manually.\n\nCreate virtual environment\n\n```bash\n$ cd twilio-ivr-test\n$ python3 -m venv venv\n$ source venv/bin/activate\n```\n\nInstall dependencies\n\n```bash\n$ pip install --upgrade pip\n$ pip install -r requirements.txt\n$ pip install -r requirements-dev.txt\n```\n\nRun migrations\n\n```bash\n$ python ivr/manage.py migrate\n```\n\nRun project (you'll need a twilio account and a secret auth token to accept calls)\n\n```bash\n$ TWILIO_AUTH_TOKEN=my-twilio-secret-token ivr/manage.py runserver\n```\n\nRun Tests\n\n```bash\n$ pytest ivr\n```\n\nRun mypy\n\n```bash\n$ mypy ivr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakib%2Ftwilio-ivr-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakib%2Ftwilio-ivr-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakib%2Ftwilio-ivr-test/lists"}