Skip to content

csu/batch_sms

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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