Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 675 Bytes

Python Messaging & Calls App

A minimal app showcasing the implementation of messaging and calls using popular packages like Twilio and Nexmo with Python.

Requirements

  • pipenv
  • Python packages: Twilio, Nexmo

Poetry Setup

You can also use Poetry as your package manager.

  1. Install Poetry with pip3 install poetry.
  2. Install the packages with poetry install.
  3. Spawn a poetry shell with poetry shell.

Usage

  1. To view the demo code, run python python-file.

Note

This app serves as a minimal example of how to implement messaging and calls with Python. You may need to adjust the code to fit your specific use case.