Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I go about writing a program to send and receive sms using python?

I have looked all over the net for a good library to use in sending and receiving sms's using python but all in vain!

Are there GSM libraries for python out there?

like image 612
Gath Avatar asked Mar 20 '09 09:03

Gath


People also ask

Can you send texts with Python?

You can automate sending out SMS messages with any language. Python perennially tops the list of popular languages, so let's look at how to send text messages using Python .

How can I send bulk SMS using free Python?

Create the send SMS applicationCreate a file called send_sms.py and paste into it this code. Replace the auth placeholders with your authentication credentials from the Plivo console. Replace the phone number placeholders with actual phone numbers in E. 164 format (for example, +12025551234).


1 Answers

Have you looked at py-sms?

like image 91
Galwegian Avatar answered Sep 22 '22 13:09

Galwegian