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.4.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.4-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: awesome_caller_boi-0.2.4.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.4.tar.gz
Algorithm Hash digest
SHA256 650d96ede41dacc837c25b6165fcd4fa7042b74273827b2be2c94dd0eff7c5fb
MD5 3a174b560588d27d41060dd44106f9fc
BLAKE2b-256 d3a98c035330b06f905acdd43c1f81c0878d89de41fb6becc089116f92cc087e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for awesome_caller_boi-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 18d9f7e5d1e1a7149a60a40d4ef583378d5b2ca8178fe07648f1dcda0d52b1f9
MD5 c8d1a72fbf09b81325896ba381f2c804
BLAKE2b-256 c6146f403b164ea7ed5a16e8df23a014892e96df72d98cea5d509e3e2b71a080

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