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.
- Host: GitHub
- URL: https://github.com/quantivio/messaging_and_calls_with_python
- Owner: Quantivio
- Created: 2020-08-18T00:20:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T06:27:08.000Z (over 2 years ago)
- Last Synced: 2025-01-13T06:10:20.053Z (5 months ago)
- Topics: nexmo-api, python, python3, twilio-api
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.