benkuly / matrix-sms-bridge

Matrix bridge, that allows you to bridge matrix rooms to SMS with one telephone number only.
GNU Affero General Public License v3.0
77 stars 5 forks source link

Twilio Bridge [question] [feature request] #11

Open Xeboc opened 3 years ago

Xeboc commented 3 years ago

This looks like it supports the Android SMS gateway through a series of API calls. It looks like this wouldn't be too terrible to add a Twilio bridge provider and send/receive SMS/MMS through their service. Here are their docs on the matter:

https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-python https://www.twilio.com/docs/sms/tutorials/how-to-receive-and-reply-python

I don't know Kotlin, but I see some solid building blocks here. What are your thoughts @benkuly about adding a bridge or helping with adding a bridge? I could take some shots at the adoption, but could definitely use some help with the language.

benkuly commented 3 years ago

Adding twilio wouldn't be that hard, but I won't have time for that for at least the next 6 months.