https://github.com/harrisonwelch/twilliotextbot
A quick way to send mass text messages. Provided you have a premium Twillio account.
https://github.com/harrisonwelch/twilliotextbot
bot mass-communication mass-texting phone-number twillio
Last synced: over 1 year ago
JSON representation
A quick way to send mass text messages. Provided you have a premium Twillio account.
- Host: GitHub
- URL: https://github.com/harrisonwelch/twilliotextbot
- Owner: HarrisonWelch
- Created: 2021-03-24T10:58:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T11:52:04.000Z (over 5 years ago)
- Last Synced: 2025-01-15T12:20:35.674Z (over 1 year ago)
- Topics: bot, mass-communication, mass-texting, phone-number, twillio
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwillioTextBot
## Description
* This project was made to send text messages very easily if given a simple list of phone numbers using [Twillio](https://www.twilio.com/messaging)
## Install & Run
* First you must have a Twillio premium account in order to send messages to phone numbers other than yours.
* Run `pip install -r requirements.txt` on the command line in the repo folder to install
* `twillio` - a python helper library
* `emoji` - a quick way of putting emojis in text. Adds flare to message sending
* Insert your list of phone numbers into the `get_phone_numbers()` function as a comma seperate string array
* TODO: make this a seperate file that can be interpreted more easily
* Place your account info in a the top
* `ACCOUNT_SID` - holds your account sid from the twillio dashboard
* `AUTH_TOKEN` - holds your private auth key for from the twillio dashboard
* `SENDER_PHONE_NUMBER` - holds the phone number you "rented" from twillio
* Run the program.
* Note: long lists of 200+ numbers may take several minutes to send all
## Links:
* Tutorial: https://www.twilio.com/docs/libraries/python