Send text messages automatically to any phone number(s). The application works for Windows and Debian distros of Linux.
- Sign up/in to twillo via: https://www.twilio.com/login
- Clone this repo
- Open cmd/terminal
- Type
cd [directory of Automatic-Text]
- On Windows type:
py -m pip install requirements.txt
py sendTextDesktop.py
- On Linux type:
sudo python -m pip install requirments.txt
sudo python sendTextDesktop.py