Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SMS Client
#1
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.
Reply
#2
Does a Twilio api count? https://www.twilio.com/docs/libraries/python
Reply
#3
You can take a look at Twilio and Wammu.
Reply
#4
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.
Reply
#5
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.
Reply
#6
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.
Reply
#7
So, take a look at subprocess module.
Reply
#8
(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.
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020