An SDK for Betatel services
Project description
Betatel SDK
Official Python SDK for Betatel telecommunications services.
Installation
pip install betatelsdk
Features
- SMS: Send and manage SMS messages
- Voice: Text-to-speech and voice services
- Call: Voice call management and control
- Carrier: Carrier information and routing
- Network: Network status and connectivity
- Billing: Usage tracking and billing management
Quick Start
from betatelsdk import BetatelSDK
sdk = BetatelSDK(
api_key='your_api_key_here',
user_id='your_user_id_here'
)
# Send SMS
sdk.sms.send(
from_='ExampleSender',
to='ExampleRecipient',
message='Hello from Betatel!'
)
# Make voice call
sdk.voice.text_to_speech(
text='Hello world',
voice='en-US'
)
Documentation
For detailed API documentation and examples, visit api.betatel.com/docs/category/api-documentation
Support
For support and questions, contact us at support@betatel.com
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
betatelsdk-0.0.6.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file betatelsdk-0.0.6.tar.gz.
File metadata
- Download URL: betatelsdk-0.0.6.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c6a0b27e404c6d06feee0d72e2b596d60d5432f2e1949fd3f0e5424483f256e
|
|
| MD5 |
5577ba2b5ac1af484cb1d6bcf95780f3
|
|
| BLAKE2b-256 |
44e8e8de75bdfc0206f1a21cfa9c69e3ad48581c3954c4545aceb698e4d9b59c
|
File details
Details for the file betatelsdk-0.0.6-py3-none-any.whl.
File metadata
- Download URL: betatelsdk-0.0.6-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db56bd02cd59bce9f37396f45afeff703d8f716c689b751390ac51128fae4604
|
|
| MD5 |
1d910c5cd5beaa81f82b2474e080f49f
|
|
| BLAKE2b-256 |
6d861caaad15ec6eedabbd065988b822d67be1aeca973c46b37fef3298aa586c
|