Skip to content

tboswick/Simple-Texting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Texting

A Python Module for Simple Texting's API

For more information about the Simple Texting API, please see https://app2.simpletexting.com/account/api

Requirements:

python 3.6+

requests

xmltodict

Usage

Create the client:

st = simpletexting.Client(token='your_token')

Send Message:

#send_message(self, numbers, message) - Numbers being the list of numbers to send the message to

st.send_message(numbers, 'Test1')

About

A Python Module for Simple Texting's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages