Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.52 KB

Textfully Python SDK

Code style: black License: MIT Build codecov PyPI PyPI - Python Version


The official Python SDK for Textfully — The Open Source Twilio Alternative.

Installation

pip install textfully

Setup

First, you need to generate an API key from the Textfully Dashboard.

Quick Start

import textfully

# Set your API key
textfully.api_key = "tx_apikey"

# Send a message
textfully.send(
    "+16178856037", # verified phone number
    "Hello, world!"
)

Check out example implementations in the examples directory.

Contributing

Contributing to the Python library is a great way to get involved with the Textfully community. Reach out to us on Discord or through email at [email protected] if you want to get involved.