Re: Can my python program send me a text message?

2019-03-20 Thread mm0fmf
On 19/03/2019 18:23, Steve wrote: I have a program that triggers a reminder timer. When that timer is done, I would like to receive a text message on my phone to tell me that it is time to reset the experiment. Can this be done using Python? Steve Yes. After playing with assorted "free"

RE: Can my python program send me a text message?

2019-03-20 Thread Steve
my python program send me a text message? On 19/03/2019 19:33, Abdur-Rahmaan Janhangeer wrote: > - 1) use pi with gsm module. > or > - 2) find some free sms api for python then use Slightly off-topic, but you (the OP) should be aware that carriers do not guarantee that texts will be

Re: Can my python program send me a text message?

2019-03-20 Thread Rhodri James
On 19/03/2019 19:33, Abdur-Rahmaan Janhangeer wrote: - 1) use pi with gsm module. or - 2) find some free sms api for python then use Slightly off-topic, but you (the OP) should be aware that carriers do not guarantee that texts will be delivered in a timely manner. In fact they don't

Re: Can my python program send me a text message?

2019-03-19 Thread Terry Reedy
. -Original Message- From: Python-list On Behalf Of Larry Martell Sent: Tuesday, March 19, 2019 3:46 PM To: Python Subject: Re: Can my python program send me a text message? On Tue, Mar 19, 2019 at 3:30 PM Steve wrote: I have a program that triggers a reminder timer. When that timer

RE: Can my python program send me a text message?

2019-03-19 Thread Steve
-list On Behalf Of Larry Martell Sent: Tuesday, March 19, 2019 3:46 PM To: Python Subject: Re: Can my python program send me a text message? On Tue, Mar 19, 2019 at 3:30 PM Steve wrote: > > I have a program that triggers a reminder timer. When that timer is done, I would like to receive

Re: Can my python program send me a text message?

2019-03-19 Thread Dan Sommers
On 3/19/19 2:35 PM, Chris Angelico wrote: On Wed, Mar 20, 2019 at 6:31 AM Steve wrote: I have a program that triggers a reminder timer. When that timer is done, I would like to receive a text message on my phone to tell me that it is time to reset the experiment. Can this be done using

Re: Can my python program send me a text message?

2019-03-19 Thread Larry Martell
On Tue, Mar 19, 2019 at 3:30 PM Steve wrote: > > I have a program that triggers a reminder timer. When that timer is done, I > would like to receive a text message on my phone to tell me that it is time > to reset the experiment. > > Can this be done using Python? You can send a text with

Re: Can my python program send me a text message?

2019-03-19 Thread Chris Angelico
On Wed, Mar 20, 2019 at 6:31 AM Steve wrote: > > I have a program that triggers a reminder timer. When that timer is done, I > would like to receive a text message on my phone to tell me that it is time > to reset the experiment. > > Can this be done using Python? > Yes! There are APIs that

Re: Can my python program send me a text message?

2019-03-19 Thread Abdur-Rahmaan Janhangeer
- 1) use pi with gsm module. or - 2) find some free sms api for python then use Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Can my python program send me a text message?

2019-03-19 Thread Steve
I have a program that triggers a reminder timer. When that timer is done, I would like to receive a text message on my phone to tell me that it is time to reset the experiment. Can this be done using Python? Steve -- https://mail.python.org/mailman/listinfo/python-list