Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Unofficial Python Package to easily integrate the apifonica API to your project

License

Notifications You must be signed in to change notification settings

PaulHarrer/apifonica-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!")

About

Unofficial Python Package to easily integrate the apifonica API to your project

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages