Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 767 Bytes

File metadata and controls

15 lines (10 loc) · 767 Bytes

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 by pip install batch_sms)
  • examples includes usages of the batch_sms library
  • scripts includes supplementary scripts that may be useful in common use cases (e.g. formatting phone numbers)

Copyright (c) 2015 Christopher Su