With a free Twilio account, you only get to text verified numbers.
3. Create an account on Twilio.
4. Verify a Phone Number on Twilio https://www.twilio.com/console/phone-numbers/verified. That you would like to text.
- https://www.twilio.com/console
- Get Account SID
- Get Auth Token
On Your Mac hit CMD+SPACE and type Terminal. Then type in the following command:
python Desktop/CP-Twilio-Python-Text-App/send_sms.py
- You just sent your first text through your Python Text App that uses the Twilio API.