An open API service indexing awesome lists of open source software.

https://github.com/csu/batch_sms

Send large amounts of SMS with the Twilio API.
https://github.com/csu/batch_sms

batch-sms python-library sms twilio-api

Last synced: 2 months ago
JSON representation

Send large amounts of SMS with the Twilio API.

Awesome Lists containing this project

README

          

# 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`](https://github.com/csu/batch_sms/tree/master/batch_sms) is the Python library (it can also be installed by `pip install batch_sms`)
- [`examples`](https://github.com/csu/batch_sms/tree/master/examples) includes usages of the `batch_sms` library
- [`scripts`](https://github.com/csu/batch_sms/tree/master/scripts) includes supplementary scripts that may be useful in common use cases (e.g. formatting phone numbers)

Copyright (c) 2015 Christopher Su