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.
- Host: GitHub
- URL: https://github.com/csu/batch_sms
- Owner: csu
- License: other
- Created: 2015-09-09T06:24:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:55:40.000Z (about 3 years ago)
- Last Synced: 2025-11-27T17:27:37.333Z (4 months ago)
- Topics: batch-sms, python-library, sms, twilio-api
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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