sending a text message via webpage button
Larry Bates
larry.bates at websafe.com
Wed Mar 8 16:00:13 EST 2006
John wrote:
> Can anyone help me in coding a script that can send a text message
> typed to
> the script like.
>
> sendmessage 6318019564 "test message"
>
> What I want to do is fill up this information on this webpage
>
> http://www.cingularme.com/do/public/send;jsessionid=aKDwXM1S0Reh
>
> and click the submit button using the python script. Any ideas on
> how to do this or if someone has already done this?
>
> Thanks,
> --j
>
I send text messages by using smtp and sending to:
<10-digit cell phone number>@mobile.mycingular.com
example
2055551212 at mobile.mycingular.com
Is a LOT easier to implement and doesn't depend on the web
page not changing.
-Larry Bates
More information about the Python-list
mailing list