Python Forum

Full Version: Send SMS from my phone number
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I found a lot of online services that allows me to send SMS.

But I didn't found how to send SMS from my phone with my number, is this possible programmatically?
Whichever platform you're on likely has an API to do that, e.g. on Android I found https://developer.android.com/reference/...ager?hl=en. Note that on Android the officially supported languages are Java and Kotlin, rather than Python. I'm not sure about other platforms.
I am on android, just for the sake of curiosity I found this for apple: https://developer.apple.com/library/arch...TS40017631

I will see if the hussle of learning a new language persuade me instead of using simple and ready to use APIs from old good python
IMO, Kotlin is quite a nice language to write in (can't say I've done anything on Android, but I've written web and command line apps in it). Certainly a "better Java" in terms of being less verbose, but having great interop with the JVM.