The official Python SDK for Textfully — The Open Source Twilio Alternative.
pip install textfully
First, you need to generate an API key from the Textfully Dashboard.
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 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.