How to send SMS text messages to phones using python - Simple

preview_player
Показать описание
How to send SMS text messages to phones using python - Simple.

A simplified tutorial on how Python's requests module can be used along with a free SMS service Sinch, to send text messages to mobile phones via an API.

Hope you guys find the video useful and learn something new. The channel will be seeing a lot of upgrades from April along with way more exciting tutorials. A big thanks to all the people that have supported my channel so far, I greatly appreciate it!

If you guys could share, like, comment and subscribe as usual, that would mean a lot to the channel and help us grow.

Follow me on instagram:

Credit's for Thumbnail :
Рекомендации по теме
Комментарии
Автор

Thank God you're back. Was really missing you Johan. Thanks for this amazing video

manojchauhan
Автор

great video keep going but u really should rase ur voice or wear a headphone and record from the headphone 's mic, good luck

thelover
Автор

Hey man great tut! Quick question the .json() at the end of your script when I add that to mines I get an error

Exception has occurred: JSONDecodeError
Expecting value: line 1 column 1 (char 0)

getbigwalt
Автор

Hi, Johan, I have a que as there is a file and I want to find out charecter i is present in the begining of the file or not. so could u pls write the cose . as I write one code
fil = open('D:\Python\web.txt', 'r+')
word = 'i'
for i in fil.read(1):
if i == word:
print("yes")
else:
print("no")
print(fil.tell())

priyankavaidya
Автор

Hello, may we have a tutorial on Pandas ?

brandy
Автор

it's working fine, but it takes about three minutes to send a SMS

mohamedmohsen
Автор

How did you know what to include in the post requests and that it need to be json dump the data key and that you have to do .json after the post function, is it all stated in the get started page on their site?

disrael
join shbcf.ru