There's a Python wrapper to the Skype API here:
http://sourceforge.net/projects/skype4py/
On Linux I've used the PyGTK GUI that uses this. It's called
SkySentials here:
http://www.kolmann.at/philipp/linux/skysentials/
Craig
On Apr 3, 6:50 am, "ISF (Computer Scientists without Frontiers,
Italy)"
On 2 Apr, 06:41, guptha wrote:
> hi group,
> my application needs to sendSMSoccasionally to all the clients .Is
> there any library in python that supports in sendingSMS.
> I like to conform few information i gathered in this regard.
>
> I can sendSMSby two ways
>
> 1. SendingSMSusing Email clien
guptha wrote:
hi group,
my application needs to send SMS occasionally to all the clients .Is
there any library in python that supports in sending SMS.
I like to conform few information i gathered in this regard.
I can send SMS by two ways
1. Sending SMS using Email clients
2. Using sms gateway
I don't really know, because I didn't write it myself ;)
I think it basically logs in into a service provider site with pycurl,
follows the right links, reads captcha's and writes an SMS, which is
then sent by the provider itself.
I can give you the direct link to the source code from the same sit
Hi Guptha:
Most SMS providers (you'd be dealing with resellers mostly) have some kind
of HTTP API to send SMS (even bulk SMS, upto a point). So you using standard
Python HTTP module to invoke the SMS provider API.
For SMS service providers, just google thru or search yellow pages in your
region of
On Apr 2, 12:41 pm, Matteo wrote:
> I use a programme, written in Python, which sends sms through the sms
> providers. You might want to have a look to the source code:
>
> http://www.moioli.net/Progetti___1/MoioSMS___Messaggi_GRATIS_da_Inter...
Thanks for your reply Matteo
It will be more helpfu
I use a programme, written in Python, which sends sms through the sms
providers. You might want to have a look to the source code:
http://www.moioli.net/Progetti___1/MoioSMS___Messaggi_GRATIS_da_Internet22.html
--
http://mail.python.org/mailman/listinfo/python-list
hi group,
my application needs to send SMS occasionally to all the clients .Is
there any library in python that supports in sending SMS.
I like to conform few information i gathered in this regard.
I can send SMS by two ways
1. Sending SMS using Email clients
2. Using sms gateway to send message