Unofficial Python Package to easily integrate the Apifonica API to your project
Project description
apifonica-client
Unofficial Python Package to easily integrate the Apifonica API to your project.
Note: Currently this only supportings sending SMS messages. Other api endpoints will be implemented over time.
Installation
apifonica-client is available on PyPi:
$ python -m pip install ApifonicaClient
Usage
from apifonica_client import ApifonicaClient
apifonica = ApifonicaClient(
apifonica_account_sid="your_account_sid_here",
apifonica_auth_token="your_auth_token_here",
apifonica_number_from="your_phone_number_here"
)
apifonica.send_sms("1234567890", "Hello, world!")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 ApifonicaClient-1.0.1.tar.gz.
File metadata
- Download URL: ApifonicaClient-1.0.1.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad390dd1eb269500873c1459a1935b826d26fe0e2ee3c492248ebf4f07aa17a
|
|
| MD5 |
c198d81b66cdb1b287bdcb73755eae62
|
|
| BLAKE2b-256 |
c67e48d1682e33d836e1458e307b31c1111e359f8371f52efac6f59149fd4d69
|
File details
Details for the file ApifonicaClient-1.0.1-py3-none-any.whl.
File metadata
- Download URL: ApifonicaClient-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
598dc4689b60773fea670f1551ea2a2570e999bdebef877e9c37138b17584ccb
|
|
| MD5 |
a35b6c6c69ba0a2fab58435eb82d3893
|
|
| BLAKE2b-256 |
df8d6a058709062c299a156b9899d182373cb3cb662c632a8e7f1e5c53738939
|