vote up 2 vote down star
1

Hello everyone,

I'm writting a small python script notify me when certain condition met. I used smtplib which does the emailing for me, but I also want the script to call my cell phone as well.

I can't find a free library for phone callings. Does anyone know any?

Thanks a lot.

-J

flag

4 Answers

vote up 5 vote down

Make the calls using Skype, and use the Skype4Py API.

If you want other suggestions, please specify how you want to make the call (modem? Some software bridge? What?).

Also, might I suggest that you send an SMS instead of placing a call? You can do that via Skype too, btw.

link|flag
1  
Python is the best evar! It has libraries to hand phone calling! Amazing! :D – George Oct 9 at 18:35
vote up 1 vote down

Twilio can make calls through their API. Pay as you go. Worked well for wakeup calls for me.

link|flag
vote up 0 vote down

I've used Skype4Py very successfully. Keep in mind though it does require Skype to be installed and costs the standard rate for SkypeOut.

link|flag
vote up 0 vote down

thanks all. i'll give it a try

link|flag
edit your question and add the thanks :) – Casey Oct 12 at 17:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.