On Sat, Aug 31, 2024 at 03:18:10PM +0100, Darac Marjal wrote: > On 31/08/2024 14:26, Tom Browder wrote: > > Anyone know of a way to send text messages to willing recipients from > > one’s own website and server without hiring DM provider? > > What I've done in the past is to get a cheap Android phone, and connect it > to the server using USB. You can then use "adb" to trigger the phone to send > an SMS with your desired payload. StackOverflow has some good discussion on > how to do the scripting side of things: https://stackoverflow.com/q/17580199 >
Hey Darac, it would be cool to add Android adb as a backend to https://github.com/roaldnefs/django-sms (disclosure: I'm the author of the django-sms Twilio backend)