Skip to content

Quantivio/messaging_and_calls_with_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple app to demonstrate how to implement messaging and calls with python using Nexmo and Twilio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages