About 205,000 results
Open links in new tab
  1. Sending SMS texts in Python without the need for a 3rd party API?

    Jun 19, 2020 · This can be done by sending an email via SMTP to the SMS gateway of the carrier of the recipient phone number. Each carrier has a unique email address usually in the form of {number}@{host}. Within Python, you can use the builtin smptlib (or aiosmtplib) library to send the email. I wrote an example script here to send using GMail.

  2. python - How to Send/Receive SMS using AT commands? - Stack …

    Jul 29, 2011 · Can anyone help me to send and receive SMS using AT commands in Python? In case it matters, I'm using Fedora 8. Which phone will be better with Linux (Nokia, Sony Ericson, Samsung,.....)? Will all

  3. How do I go about writing a program to send and receive sms …

    Mar 20, 2009 · 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?

  4. Send Text Message via Twilio in Python - Stack Overflow

    I'm following this tutorial: How to Send an SMS With Python Using Twilio. I've setup these variables as environment variables on my windows machine: CELL_PHONE_NUMBER = +12015555555 TWILIO_ACCOUN...

  5. Sending an sms via way2sms using Python 3 - Stack Overflow

    May 3, 2018 · First of all make sure you have all the dependencies like requests and bs4, if not trying downloading them using pip3 since this code work on Python3 not python2. I have update the repository. The mobilenumber should also be in String format So, instead of q=way2sms.sms(1234567890,'password') #username = 1234567890 use q=way2sms.sms('1234567890','password') #username = 1234567890

  6. Send SMS via a USB Dongle/Python - Stack Overflow

    Sep 16, 2013 · I want to send sms using a dongle. I found the following code from this site and adopted it. But it gives the flowing error. Can somebody please help me to make this ...

  7. Example script to Send SMS via AWS SNS using boto

    Nov 25, 2016 · How does one send sms directly to the mobile number via AWS SNS using boto (or other python|perl library) ? Constraints: without using AWS Lambda functions without using SNS topics to subscribe mobile numbers directly My use case: sending SMS alerts from Nagios using AWS SNS using AWS SMS as the endpoint protocol.

  8. how to receive SMS via python-gsmmodem - Stack Overflow

    Apr 26, 2015 · I'm a newbie to python. I have installed python-gsmmodem in Ubuntu 14.04 to send and receive sms via a GSM dongle. Then in my /usr/local/bin folder there were 3 scripts named gsmterm.py identify-modem.py sendsms.py I used those scripts successfully to send SMS,identify-modem as they implied by their name.

  9. How to send SMS using Python/Django application?

    May 29, 2011 · I have to develop an application where I need to send SMS to the users on a particular action by the users. I have heard of kannel with PHP, is there some help for the same in Python as well or is

  10. Python sending sms via usb serial huawei dongle

    Sep 1, 2015 · The answer at Python sending many sms via usb serial uses slightly different arguments, which may be worth investigating. Unless you have a commercial plan, SMS is not guaranteed to arrive in any particular hurry. You can send two messages a minute apart, and have the second one arrive immediately and the first one arrive 5 hours later.

Refresh