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

Uploaded Python 3

File details

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

File metadata

  • Download URL: awesome_caller_boi-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 18a8b2650803ab60be4c2281d9af30865f2a52c15f8312c407d2f083a8901957
MD5 7f6a8954da2f44ae68d38d320a3ffb99
BLAKE2b-256 9ba970dfdd8a54a1e1ad197eec1e8a9f5cdad80742bb7f2e5e046bd36c87d8e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for awesome_caller_boi-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8b78dc155b8c0471072bff2798d99bc0f82c5ee641a9b6bd96061146e488d8ed
MD5 27e3b9c4b75381164869997dd45501a7
BLAKE2b-256 cb790735b677bd1ed382753a7d684e57572d2ceafa104184f2ca2be1dd4b941b

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