Re: python sms

2008-09-30 Thread M�ta-MCI (MVP)
Hi! You can manage Skype from Python('s scripts), for use the functionalities of Skype to send SMS. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

python sms

2008-09-29 Thread sui
Hii i want a script to send sms to any mobile. can u help me ?? Thanks in advance.. -- http://mail.python.org/mailman/listinfo/python-list

Re: python sms

2008-09-29 Thread Sean DiZazzo
On Sep 29, 8:47 pm, sui [EMAIL PROTECTED] wrote: Hii i want a script to send sms to any mobile. can u help me ?? Thanks in advance.. Must...be...smarter...than...cell...phone... -- http://mail.python.org/mailman/listinfo/python-list

Re: python sms

2008-09-29 Thread James Mills
sui, I am sure you'll find many web services that you can use to send SMS'. Your problem would then become one of learning how to communicate and access web services in Python. Start with: * urllib and urllib2 * xmlrpc There are others... cheers James On Tue, Sep 30, 2008 at 1:47 PM, sui

Re: python sms

2008-09-29 Thread sui
On Sep 30, 10:10 am, James Mills [EMAIL PROTECTED] wrote: sui, I am sure you'll find many web services that you can use to send SMS'. Your problem would then become one of learning how to communicate and access web services in Python. Start with: * urllib and urllib2 * xmlrpc There