Skip to content

textfully/textfully-python

Repository files navigation

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.

About

Textfully's Official Python SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages