Python Forum
SMS Client - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: SMS Client (/thread-14390.html)



SMS Client - Hunapuh - Nov-27-2018

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.


RE: SMS Client - nilamo - Nov-27-2018

Does a Twilio api count? https://www.twilio.com/docs/libraries/python


RE: SMS Client - gontajones - Nov-27-2018

You can take a look at Twilio and Wammu.


RE: SMS Client - Hunapuh - Nov-28-2018

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.


RE: SMS Client - gontajones - Nov-28-2018

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.


RE: SMS Client - Hunapuh - Nov-29-2018

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.


RE: SMS Client - gontajones - Nov-29-2018

So, take a look at subprocess module.


RE: SMS Client - metulburr - Nov-30-2018

(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.