{"id":19035752,"url":"https://github.com/freeclimbapi/python-voice-quickstart","last_synced_at":"2026-02-26T06:25:20.282Z","repository":{"id":43775096,"uuid":"243639854","full_name":"FreeClimbAPI/Python-Voice-Quickstart","owner":"FreeClimbAPI","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-09T14:54:54.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T05:41:45.501Z","etag":null,"topics":["quickstart"],"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/FreeClimbAPI.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-02-27T23:46:03.000Z","updated_at":"2025-01-09T14:54:59.000Z","dependencies_parsed_at":"2024-04-23T21:41:34.801Z","dependency_job_id":"510a8775-21eb-460f-9804-5f066c72922d","html_url":"https://github.com/FreeClimbAPI/Python-Voice-Quickstart","commit_stats":null,"previous_names":["freeclimbapi/python-voice-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FPython-Voice-Quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FPython-Voice-Quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FPython-Voice-Quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FPython-Voice-Quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreeClimbAPI","download_url":"https://codeload.github.com/FreeClimbAPI/Python-Voice-Quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732504,"owners_count":21152850,"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":["quickstart"],"created_at":"2024-11-08T21:52:00.039Z","updated_at":"2025-10-30T19:31:55.602Z","avatar_url":"https://github.com/FreeClimbAPI.png","language":"Python","readme":"# Python Voice Quickstart\n\nThis quickstart serves as a guide to get your first Voice application up and running with [FreeClimb](https://docs.freeclimb.com/docs/how-freeclimb-works).\n\nSpecifically, the project will:\n\n- Receive an incoming call via a FreeClimb application\n- Respond with a [PerCL](https://docs.freeclimb.com/reference/percl-overview) command to say 'Hello World!' to caller\n\n## Tutorial\n\nWe offer a [Python Voice Quickstart Tutorial](https://docs.freeclimb.com/docs/python-voice-calling-quickstart) for more detailed set-up instructions and explanation of how FreeClimb works.\n\n## Requirements\n\n- A [FreeClimb account](https://www.freeclimb.com/dashboard/signup/)\n\n- A [registered application](https://docs.freeclimb.com/docs/registering-and-configuring-an-application#register-an-app) with a named alias\n\n- A [configured FreeClimb number](https://docs.freeclimb.com/docs/getting-and-configuring-a-freeclimb-number) assigned to your application\n\n- Trial accounts: a [verified number](https://docs.freeclimb.com/docs/using-your-trial-account#verifying-outbound-numbers)\n\n## Tools:\n\n- [Python](https://www.python.org/downloads/) 3.5.0 or higher\n- [Pip](https://pypi.org/project/pip/)\n- [ngrok](https://ngrok.com/download) (recommended for hosting)\n\n## Setting up the Quickstart\n\n1. Install the required packages\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n2. Make your local server publicly accessible\n    ```bash\n    ngrok http 3000\n    ```\n    Once you run ngrok you should receive a response with a public URL, that looks something like 'https://ba1c-63-209-137-19.ngrok-free.app'. \n\n3. [Configure your applications's endpoints](https://docs.freeclimb.com/docs/registering-and-configuring-an-application#configure-your-application) by adding a publicly accessible URL (we recommend an [ngrok](https://ngrok.com/download) URL) and the route reference `/incomingCall` to your App Config's VoiceURL:\n\n   ```bash\n   https://YOUR-URL.ngrok.io/incomingCall\n   ```\n\n## Running the Quickstart\n\n1. Start your voice quickstart application\n\n   ```bash\n   python main.py\n   ```\n\n2. Call the FreeClimb number assigned to the application you've configured for this tutorial\n\n## Using Docker to Run the Quickstart\n\n1. Pull docker image from dockerhub\n\n   ```bash\n   docker pull freeclimbapi/python-voice-quickstart\n   ```\n\n2. Run docker image\n\n   ```bash\n   docker run -p 3000:3000 freeclimbapi/python-voice-quickstart\n   ```\n\n## Feedback \u0026 Issues\n\nIf you would like to give the team feedback or you encounter a problem, please [contact support](https://www.freeclimb.com/support/) or [submit a ticket](https://freeclimb.com/dashboard/portal/support) in the dashboard.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeclimbapi%2Fpython-voice-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreeclimbapi%2Fpython-voice-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeclimbapi%2Fpython-voice-quickstart/lists"}