An open API service indexing awesome lists of open source software.

https://github.com/quantivio/messaging_and_calls_with_python

A simple app to demonstrate how to implement messaging and calls with python using Nexmo and Twilio.
https://github.com/quantivio/messaging_and_calls_with_python

nexmo-api python python3 twilio-api

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://python-poetry.org/) 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.