VoiceOS Python SDK
Project description
VoiceOS Python SDK
This python client lets you build with VoiceOS
Installation
You can install the package via pip:
pip install voiceos
Usage
Import the VoiceOS class from the package:
from voiceos.client import VoiceOS
Create a new instance of the VoiceOS class by passing your API key:
voiceos = VoiceOS("your-api-key")
Start using the python client to access the agent, calls and phone numbers resources.
# Get all agents
agents = voiceos.agents.list_agents()
print(agents)
# Get all calls
calls = voiceos.conversations.list_conversations()
print(calls)
# Get all phone numbers
phone_numbers = voiceos.phone_numbers.list_phone_numbers()
print(phone_numbers)
License
MIT License
Copyright (c) 2024 WakoAI Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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
voiceos-0.8.1.3.tar.gz
(59.0 kB
view details)
Built Distribution
voiceos-0.8.1.3-py3-none-any.whl
(120.7 kB
view details)
File details
Details for the file voiceos-0.8.1.3.tar.gz
.
File metadata
- Download URL: voiceos-0.8.1.3.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 809d571b135132a828fada62d161fa3a419f5c29117b36182bab82efe4c4cf01 |
|
MD5 | 33a91b51a2bcefae03d03dd0cf818f20 |
|
BLAKE2b-256 | 510a786e90370996a451a9aa018fb32a3bfb285884962d21bc0cac6ec81232cd |
File details
Details for the file voiceos-0.8.1.3-py3-none-any.whl
.
File metadata
- Download URL: voiceos-0.8.1.3-py3-none-any.whl
- Upload date:
- Size: 120.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614c21a2832367ad8b56f5fdf5767984a8d8f947183086483ac6000db67b7879 |
|
MD5 | 9671c20d1d93d1c9a20bbc3b9b7032d7 |
|
BLAKE2b-256 | 5275dfed660fbcd62ff57e36cddd735a532821508377659fdde20da7581506eb |