Skip to content

A bare-bones AppEngine-hosted Twilio frontend for sending text messages to a large group of subscribers.

Notifications You must be signed in to change notification settings

zamfi/mass-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mass-text: send an SMS to several recipients

mass-text is an App Engine-hosted Twilio frontend for sending large quantities of a single message to several recipients.

This app was whipped up in a weekend; it's not pretty, it's not robust, it's not anything but barely functional.

Functionality

To set up your own app:

  1. Create a Google App Engine app.
  2. Update app.yaml to point to your new app id.
  3. Update the LOCALHOST parameter in main.py to point to your app. (Like I said, it's not pretty.)
  4. Deploy and enjoy.

To use:

  1. Create a Twilio account.
  2. Visit the main page of your newly-deployed app.
  3. Follow the (admittedly spare) instructions.

This app requires a dedicated Twilio phone number for use. Incoming texts and phone calls are responded to automatically with a message you set when creating your account on this app.

Caveats

  1. Can only send a message to 5000 recipients at a time.
  2. There are probably bugs. Woo!

Updates

If you make changes to this app, let me know!

About

A bare-bones AppEngine-hosted Twilio frontend for sending text messages to a large group of subscribers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages