Python Forum

Full Version: SMS Client
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there:

I am a newbie in Python but I am interesting in make a SMS Client. The questiĆ³n.

- Somebody know if exists some framework or library to send SMS with Python ?

Thanks a lot for your help.
You can take a look at Twilio and Wammu.
Thank you guys!

But those platforms are not free.

And another hand, I have access to SMS GW, I only need a library Python to connect and send SMS.
Did you check Wammu link? Its free.
I've been using it since 2014 and I can say it delivers what is supposed to.

About your SMS GW, how do you access it? Does it have a CLI?
You can create a python script that populates command arguments before send them to the GW.
Hello @gontajones:

I have a CLI access to SMS GW I need build a simple python program to test the SMS GW, with all parameters necessary to the SMS sending was sucessfully.
So, take a look at subprocess module.
(Nov-28-2018, 07:36 AM)Hunapuh Wrote: [ -> ]But those platforms are not free.
ive been using twilio for a program for free for awhile now. Its if you want a specific phone number or multiple numbers you have to pay.