How to Send SMS Text Messages with Python & Twilio - Quick and Simple!

preview_player
Показать описание
In this video, I will show you how to use the Twilio API in Python to send simple SMS text messages to your phone.

👉 Photo by @jonasleupe on Unsplash

00:00 Introduction
00:46 Setting up your Twilio account
04:01 Implement the Python script
07:10 Setting the API key environment variables
10:17 Wrapping up

#python #twillio
Рекомендации по теме
Комментарии
Автор

I must be the luckiest person alive haha. I just discovered your channel a couple of days ago when I was searching how to make generative art NFTs, and today you drop this video which I need for my senior project! I have to implement this on a Raspberry Pi to send OTP messages for a smart door lock I am working on. Thank You so much for these great videos please keep them coming they are very helpful

xXARabXx
Автор

00:01 Learn how to send SMS messages using Python and Twilio
01:17 Acquire a free Twilio phone number and send test SMS using a terminal command
02:32 Sending SMS with Python using Twilio
03:50 Using Twilio to send SMS text messages with Python is quick and simple
05:22 Create a main function to send SMS text messages with Python & Twilio
07:00 Setting up environment variables for Twilio account ID and auth token is crucial for security.
08:18 Setting up environment variables and API keys for Twilio in Python.
09:36 Replacing default phone number in Twilio SMS script

samwelomolo
Автор

Nice video, can you cover a video on testing in python, so like unit tests and how to integrate it with github

mathewsjoy
Автор

Great tutorial, do you know how many sms we can send per day in the free plan?

MrBatino
Автор

is it possible to send a message to several phone numbers with by using twilio in python

pascalzihalirwa
Автор

Can you send message to multiple contacts

vikashkshatra
Автор

How to avoid "Sent from your twillio account"

SUCSASHIFAN