Batch SMS
A Python library for sending large numbers of SMS quickly with the Twilio API.
For a detailed overview and instructions, see: http://christopher.su/2015/text-announcements/.
Features
- Supports parallelization by threading and the use of multiple Twilio phone numbers.
Overview
batch_sms
is the Python library (it can also be installed bypip install batch_sms
)examples
includes usages of thebatch_sms
libraryscripts
includes supplementary scripts that may be useful in common use cases (e.g. formatting phone numbers)
Copyright (c) 2015 Christopher Su