Skip to main content

A FastAPI router + Twilio⇆OpenAI realtime streaming helper

Project description

awesome_caller_boi

A small Python package that exposes a FastAPI router to connect Twilio’s voice streaming directly to the OpenAI realtime API (GPT-4o). It handles incoming calls, establishes the WebSocket media stream with Twilio, forwards audio to OpenAI, and sends back OpenAI’s audio response to the caller.

Features

  • Provides a FastAPI router for Twilio voice webhooks.
  • Streams inbound audio from Twilio to OpenAI in real time.
  • Encodes and forwards OpenAI’s audio responses back to Twilio.
  • Automatically handles speech interruptions (caller starts speaking mid-response).
  • Easy to configure with your own get_system_message() and get_system_greeting() callbacks.
  • Put your OpenAi key in your enviornment variables and call it OPENAI_API_KEY

Installation

From PyPI (once published):

pip install awesome_caller_boi

## Usage Example 

from awesome_caller_boi.call_handler import create_call_router
from models.transcripts import Transcript

def my_middleware_fn(transcript: Transcript) -> dict:
    # extract name, order, etc., or send it to your database
    print("Got a finished call from:", transcript.phone_number)
    print("Full transcript text:", transcript.call_text)
    return {"status": "ok"}

app.include_router(
    create_call_router(
        get_system_message=my_system_message,
        get_system_greeting=my_system_greeting,
        voice="alloy",
        on_call_complete=my_middleware_fn
    )
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awesome_caller_boi-0.2.2.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awesome_caller_boi-0.2.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file awesome_caller_boi-0.2.2.tar.gz.

File metadata

  • Download URL: awesome_caller_boi-0.2.2.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.6

File hashes

Hashes for awesome_caller_boi-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c033804e8077373b70673d617a03d3291dbc4204058089d10611580a3620a59c
MD5 542f20d62cd536c34dc55fa12b2ab201
BLAKE2b-256 23af2ca1bfa9d02dcf45687c89f6cd971bb8da363e3d26eb30c91ecdb10395bf

See more details on using hashes here.

File details

Details for the file awesome_caller_boi-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for awesome_caller_boi-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b69939ffcf9e1802e9ef4281fc4d91c68b2814cefba6ee8d5eba810993f47d9f
MD5 da35ca1840a41c68570d4d3eca0e2923
BLAKE2b-256 8ee46d7f3661236d1b4729cd230c612e31c4a3224526738a6ba5d5bce1a94b1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page