How to Send and Receive SMS Using Python

preview_player
Показать описание

Please refer to the following documentation for information on Twilio phone numbers:

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

how can I store an SMS received from the user to my database?

thefitnesscrew
Автор

For the minute 1:40
What happens if fail to sent message. How I catch the exception or code error, or similar?

HeartShapedEnd
Автор

Question: When a user responds to a text, will my application be able to tell the phone number that it came from?

rbutler
Автор

Is there any validity time period for a particular phone number for sending a sms and minimum limit number of sms?

fenilpatel
Автор

At 3:20 for the "ngrok http 5000" it shows me this "You may only specify one port to tunnel to on the command line, got 2: [http 5000]" ... What can i do??

kakudila
Автор

ERROR : ModuleNotFoundError: No module named 'twilio.rest'; 'twilio' is not a package

mehuljadav
Автор

Hey, so i want to actually receive that text to view it or reply to it, is there any way to do that or reroute it to my actual number?

muhammaddaud
Автор

hey great video, was super helpful! I was wondering if there was perhaps someway for our application to not just automatically reply upon recieving an sms, but also somehow a way to store that incoming text for later? I know its a bit late so i understand if you don't have time to replt

mohammedbaig
Автор

How can I receive sms to my twilio number and then just print into my terminal the body of the sms text?

JohnWu
Автор

hey, hello
i can only send the message
if you can just tell
how to get the message from phone to pc ?

Arunava_Sar
Автор

I'm doing a project. I was just wondering if i can send images ? this for school

sandovaldanny
Автор

Hi, does anyone know how to use with Django?

QuimZangui
Автор

is there a way to set this up so it will notify clients before their appointments?

brendananukwu
Автор

Great video! Is there any way to call sms_reply() from another python file? I want to take a text message response and store it in a variable in a separate python file. Any help would be amazing! Thanks!

jamilgonzalez
Автор

Why does `message.status` always return 'queued' ? I created a message, `message=client.messages.create(to, from_, body)`, instead of returning 'sent' or 'delivered', it always returns 'queued'. Why is that?

parthvivala
Автор

I have a doubt about what to do if I have to send those particular messages to different numbers ? not me random different numbers which will be taken from a python variable?

swapnilchavan
Автор

Great video, super helpful and easy to understand, I am a Twilio fan!

yashaspong
Автор

great tutorial. I have question for you ; How do you do on twillio code using python run alywas and automatically when PC server startup. thank you

sahalasolusiindustri
Автор

How much does it cost to receive/send an SMS?

stefanv.d.b
Автор

I am only able to send a sms to the number with which I have an account in Twilio. Can't I send it to any other number instead?I get an error every time I try to do that.

hrithikasarkar